Commit aa3ad8e
Migrate docs to Docusaurus (dotnet#922)
1 parent 722b985 commit aa3ad8e
File tree
2,020 files changed
+3149
-68868
lines changed- .github/workflows
- docs
- analyzers
- api
- Microsoft/CodeAnalysis
- Accessibility
- CSharp/Syntax
- AccessorDeclarationSyntax
- AccessorListSyntax
- BinaryExpressionSyntax
- CastExpressionSyntax
- ClassDeclarationSyntax
- CommonForEachStatementSyntax
- CompilationUnitSyntax
- ConstructorDeclarationSyntax
- ConversionOperatorDeclarationSyntax
- DelegateDeclarationSyntax
- DestructorDeclarationSyntax
- DirectiveTriviaSyntax
- DocumentationCommentTriviaSyntax
- ElseClauseSyntax
- EndRegionDirectiveTriviaSyntax
- EnumDeclarationSyntax
- ExpressionSyntax
- ForStatementSyntax
- IfStatementSyntax
- IndexerDeclarationSyntax
- InterfaceDeclarationSyntax
- InterpolatedStringExpressionSyntax
- LiteralExpressionSyntax
- LocalFunctionStatementSyntax
- MemberDeclarationSyntax
- MethodDeclarationSyntax
- NamespaceDeclarationSyntax
- OperatorDeclarationSyntax
- ParameterSyntax
- PropertyDeclarationSyntax
- RecordDeclarationSyntax
- RegionDirectiveTriviaSyntax
- StatementSyntax
- StructDeclarationSyntax
- SwitchSectionSyntax
- SwitchStatementSyntax
- TypeSyntax
- UsingStatementSyntax
- YieldStatementSyntax
- Diagnostics
- SymbolAnalysisContext
- SyntaxNodeAnalysisContext
- SyntaxTreeAnalysisContext
- Document
- FileLinePositionSpan
- IFieldSymbol
- IMethodSymbol
- INamedTypeSymbol
- INamespaceOrTypeSymbol
- INamespaceSymbol
- IParameterSymbol
- ISymbol
- ITypeSymbol
- SemanticModel
- SeparatedSyntaxList-1
- Solution
- SyntaxList-1
- SyntaxNodeOrToken
- SyntaxNode
- SyntaxTokenList
- SyntaxToken
- SyntaxTree
- SyntaxTriviaList
- SyntaxTrivia
- Roslynator
- CSharp
- CSharpExtensions
- DetermineParameter
- GetExtensionMethodInfo
- GetMethodSymbol
- GetReducedExtensionMethodInfo
- GetSymbol
- GetTypeSymbol
- HasConstantValue
- IsDefaultValue
- CSharpFactory
- AccessorList
- AddAccessorDeclaration
- AddAssignmentExpression
- AddExpression
- AddressOfExpression
- AndAssignmentExpression
- ArgumentList
- Argument
- ArrayInitializerExpression
- AsExpression
- AttributeArgumentList
- AttributeArgument
- AttributeList
- Attribute
- AutoGetAccessorDeclaration
- AutoInitAccessorDeclaration
- AutoSetAccessorDeclaration
- BaseConstructorInitializer
- BaseList
- BitwiseAndExpression
- BitwiseNotExpression
- BitwiseOrExpression
- Block
- BooleanLiteralExpression
- BracketedArgumentList
- BracketedParameterList
- CharacterLiteralExpression
- CheckedExpression
- ClassConstraint
- ClassDeclaration
- CoalesceAssignmentExpression
- CoalesceExpression
- CollectionInitializerExpression
- CompilationUnit
- ComplexElementInitializerExpression
- ConstructorDeclaration
- DefaultLiteralExpression
- DefaultSwitchSection
- DelegateDeclaration
- DivideAssignmentExpression
- DivideExpression
- EmptyWhitespace
- EnumDeclaration
- EnumMemberDeclaration
- EqualsExpression
- EventDeclaration
- EventFieldDeclaration
- ExclusiveOrAssignmentExpression
- ExclusiveOrExpression
- ExplicitConversionOperatorDeclaration
- FalseLiteralExpression
- FieldDeclaration
- ForStatement
- GenericName
- GetAccessorDeclaration
- GreaterThanExpression
- GreaterThanOrEqualExpression
- ImplicitConversionOperatorDeclaration
- IndexerDeclaration
- InterfaceDeclaration
- IsExpression
- LeftShiftAssignmentExpression
- LeftShiftExpression
- LessThanExpression
- LessThanOrEqualExpression
- LiteralExpression
- LocalDeclarationStatement
- LocalFunctionStatement
- LogicalAndExpression
- LogicalNotExpression
- LogicalOrExpression
- MethodDeclaration
- ModuloAssignmentExpression
- ModuloExpression
- MultiplyAssignmentExpression
- MultiplyExpression
- NameOfExpression
- NamespaceDeclaration
- NewLine
- NotEqualsExpression
- NotPattern
- NullLiteralExpression
- NumericLiteralExpression
- ObjectCreationExpression
- ObjectInitializerExpression
- OperatorDeclaration
- OrAssignmentExpression
- ParameterList
- Parameter
- PointerIndirectionExpression
- PostDecrementExpression
- PostIncrementExpression
- PreDecrementExpression
- PreIncrementExpression
- PredefinedBoolType
- PredefinedByteType
- PredefinedCharType
- PredefinedDecimalType
- PredefinedDoubleType
- PredefinedFloatType
- PredefinedIntType
- PredefinedLongType
- PredefinedObjectType
- PredefinedSByteType
- PredefinedShortType
- PredefinedStringType
- PredefinedUIntType
- PredefinedULongType
- PredefinedUShortType
- PropertyDeclaration
- RemoveAccessorDeclaration
- RightShiftAssignmentExpression
- RightShiftExpression
- SetAccessorDeclaration
- SimpleAssignmentExpression
- SimpleAssignmentStatement
- SimpleMemberAccessExpression
- SimpleMemberInvocationExpression
- StringLiteralExpression
- StructConstraint
- StructDeclaration
- SubtractAssignmentExpression
- SubtractExpression
- SuppressNullableWarningExpression
- SwitchSection
- ThisConstructorInitializer
- TokenList
- TrueLiteralExpression
- TryStatement
- TypeArgumentList
- TypeParameterConstraintClause
- TypeParameterList
- UnaryMinusExpression
- UnaryPlusExpression
- UncheckedExpression
- UsingStaticDirective
- VarType
- VariableDeclaration
- VariableDeclarator
- VoidType
- YieldBreakStatement
- YieldReturnStatement
- CSharpFacts
- CanBeEmbeddedStatement
- CanHaveEmbeddedStatement
- CanHaveExpressionBody
- CanHaveMembers
- CanHaveModifiers
- CanHaveStatements
- IsAnonymousFunctionExpression
- IsBooleanExpression
- IsBooleanLiteralExpression
- IsCommentTrivia
- IsCompoundAssignmentExpression
- IsConstraint
- IsFunction
- IsIfElseDirective
- IsIncrementOrDecrementExpression
- IsIterationStatement
- IsJumpStatement
- IsLambdaExpression
- IsLiteralExpression
- IsNumericType
- IsPredefinedType
- IsSimpleType
- IsSwitchLabel
- SupportsPrefixOrPostfixUnaryOperator
- CommentFilter
- DefaultSyntaxOptions
- ExpressionChain
- BinaryExpression
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- Equals
- GetEnumerator
- GetHashCode
- Reversed
- -ctor
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- Equals
- GetEnumerator
- GetHashCode
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-CSharp-Syntax-ExpressionSyntax--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- ToString
- op_Equality
- op_Inequality
- Reverse
- Span
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-CSharp-Syntax-ExpressionSyntax--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- ToString
- op_Equality
- op_Inequality
- IfStatementCascadeInfo
- -ctor
- Count
- EndsWithElse
- EndsWithIf
- Equals
- GetHashCode
- IfStatement
- IsSimpleIfElse
- IsSimpleIf
- Last
- ToString
- op_Equality
- op_Inequality
- IfStatementCascade
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- Equals
- GetEnumerator
- GetHashCode
- IfStatement
- System-Collections-Generic-IEnumerable-Roslynator-CSharp-IfStatementOrElseClause--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- ToString
- op_Equality
- op_Inequality
- IfStatementOrElseClause
- -ctor
- AsElse
- AsIf
- Equals
- FullSpan
- GetHashCode
- IsElse
- IsIf
- Kind
- Parent
- Span
- Statement
- ToString
- op_Equality
- op_Implicit
- op_Inequality
- MemberDeclarationListSelection
- Create
- Parent
- TryCreate
- ModifierFilter
- ModifierList-1
- Insert
- Instance
- RemoveAll
- RemoveAt
- Remove
- ModifierList
- GetInsertIndex
- Insert
- RemoveAll
- RemoveAt
- Remove
- Modifiers
- Const
- Internal_Abstract
- Internal_Const
- Internal_Override
- Internal_Partial
- Internal_ReadOnly
- Internal_Static_Partial
- Internal_Static_ReadOnly
- Internal_Static
- Internal_Virtual
- Internal
- Partial
- Private_Const
- Private_Partial
- Private_Protected
- Private_ReadOnly
- Private_Static_Partial
- Private_Static_ReadOnly
- Private_Static
- Private
- Protected_Abstract
- Protected_Const
- Protected_Internal
- Protected_Override
- Protected_ReadOnly
- Protected_Static_ReadOnly
- Protected_Static
- Protected_Virtual
- Protected
- Public_Abstract
- Public_Const
- Public_Override
- Public_Partial
- Public_ReadOnly
- Public_Static_Partial
- Public_Static_ReadOnly
- Public_Static
- Public_Virtual
- Public
- ReadOnly
- Ref_ReadOnly
- Static_ReadOnly
- Static
- Virtual
- NullCheckStyles
- PreprocessorDirectiveFilter
- StatementListSelection
- Create
- TryCreate
- SymbolExtensions
- SupportsConstantValue
- ToMinimalTypeSyntax
- ToTypeSyntax
- SyntaxAccessibility
- GetAccessibility
- GetDefaultAccessibility
- GetDefaultExplicitAccessibility
- GetExplicitAccessibility
- IsPubliclyVisible
- IsValidAccessibility
- WithExplicitAccessibility
- WithoutExplicitAccessibility
- SyntaxExtensions
- AddUsings
- Add
- AsCascade
- AsChain
- BodyOrExpressionBody
- BracesSpan
- ContainsAny
- ContainsDefaultLabel
- ContainsUnbalancedIfElseDirectives
- ContainsYield
- Contains
- DeclarationOrExpression
- DefaultSection
- Elements
- Find
- FirstAncestorOrSelf
- FirstAncestor
- GetCascadeInfo
- GetDocumentationCommentTrivia
- GetDocumentationComment
- GetEndRegionDirective
- GetFirstDirective
- GetNextRelatedDirective
- GetPreprocessingMessageTrivia
- GetRegionDirective
- GetSingleLineDocumentationCommentTrivia
- GetSingleLineDocumentationComment
- GetTopmostIf
- Getter
- HasDocumentationComment
- HasSingleLineDocumentationComment
- IsAutoImplemented
- IsDescendantOf
- IsEmbedded
- IsEmptyOrWhitespace
- IsEndOfLineTrivia
- IsHexNumericLiteral
- IsInExpressionTree
- IsKind
- IsLast
- IsParams
- IsParentKind
- IsSimpleIf
- IsTopmostIf
- IsVerbatim
- IsVoid
- IsWhitespaceOrEndOfLineTrivia
- IsWhitespaceTrivia
- IsYieldBreak
- IsYieldReturn
- LastIndexOf
- NextStatement
- ParenthesesSpan
- PreviousStatement
- RemoveRange
- RemoveTrivia
- RemoveWhitespace
- ReplaceRange
- ReplaceWhitespace
- ReturnsVoid
- Setter
- ToSeparatedSyntaxList
- ToSyntaxList
- ToSyntaxTokenList
- TrimLeadingTrivia
- TrimTrailingTrivia
- TrimTrivia
- TryGetContainingList
- WalkDownParentheses
- WalkUpParentheses
- WithMembers
- SyntaxInfo
- AsExpressionInfo
- AssignmentExpressionInfo
- BinaryExpressionInfo
- ConditionalExpressionInfo
- GenericInfo
- IsExpressionInfo
- LocalDeclarationStatementInfo
- MemberDeclarationListInfo
- ModifierListInfo
- NullCheckExpressionInfo
- RegionInfo
- SimpleAssignmentExpressionInfo
- SimpleAssignmentStatementInfo
- SimpleIfStatementInfo
- SimpleMemberInvocationExpressionInfo
- SimpleMemberInvocationStatementInfo
- SingleLocalDeclarationStatementInfo
- SingleParameterLambdaExpressionInfo
- StatementListInfo
- StringConcatenationExpressionInfo
- StringLiteralExpressionInfo
- UsingDirectiveListInfo
- XmlElementInfo
- SyntaxInverter
- LogicallyInvert
- SyntaxLogicalInverterOptions
- -ctor
- Default
- UseNotPattern
- SyntaxLogicalInverter
- -ctor
- Default
- LogicallyInvert
- Options
- Syntax
- AsExpressionInfo
- AsExpression
- Expression
- OperatorToken
- Success
- Type
- AssignmentExpressionInfo
- AssignmentExpression
- Kind
- Left
- OperatorToken
- Right
- Success
- BinaryExpressionInfo
- AsChain
- BinaryExpression
- Kind
- Left
- OperatorToken
- Right
- Success
- ConditionalExpressionInfo
- ColonToken
- ConditionalExpression
- Condition
- QuestionToken
- Success
- WhenFalse
- WhenTrue
- GenericInfo
- ConstraintClauses
- FindConstraintClause
- FindTypeParameter
- Kind
- Node
- RemoveAllConstraintClauses
- RemoveConstraintClause
- RemoveTypeParameter
- Success
- TypeParameterList
- TypeParameters
- WithConstraintClauses
- WithTypeParameterList
- IsExpressionInfo
- Expression
- IsExpression
- OperatorToken
- Success
- Type
- LocalDeclarationStatementInfo
- Declaration
- Modifiers
- SemicolonToken
- Statement
- Success
- Type
- Variables
- MemberDeclarationListInfo
- AddRange
- Add
- Any
- CloseBraceToken
- Count
- FirstOrDefault
- First
- GetEnumerator
- IndexOf
- InsertRange
- Insert
- Item
- LastIndexOf
- LastOrDefault
- Last
- Members
- OpenBraceToken
- Parent
- RemoveAt
- RemoveNode
- Remove
- ReplaceAt
- ReplaceNode
- ReplaceRange
- Replace
- Success
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-CSharp-Syntax-MemberDeclarationSyntax--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- WithMembers
- ModifierListInfo
- ExplicitAccessibility
- GetFilter
- IsAbstract
- IsAsync
- IsConst
- IsExtern
- IsIn
- IsNew
- IsOut
- IsOverride
- IsParams
- IsPartial
- IsReadOnly
- IsRef
- IsSealed
- IsStatic
- IsUnsafe
- IsVirtual
- IsVolatile
- Modifiers
- Parent
- Success
- WithExplicitAccessibility
- WithModifiers
- WithoutExplicitAccessibility
- NullCheckExpressionInfo
- Expression
- IsCheckingNotNull
- IsCheckingNull
- NullCheckExpression
- Style
- Success
- RegionInfo
- Directive
- EndDirective
- FullSpan
- IsEmpty
- Span
- Success
- SimpleAssignmentExpressionInfo
- AssignmentExpression
- Left
- OperatorToken
- Right
- Success
- SimpleAssignmentStatementInfo
- AssignmentExpression
- Left
- OperatorToken
- Right
- Statement
- Success
- SimpleIfStatementInfo
- Condition
- IfStatement
- Statement
- Success
- SimpleMemberInvocationExpressionInfo
- ArgumentList
- Arguments
- Expression
- InvocationExpression
- MemberAccessExpression
- NameText
- Name
- OperatorToken
- Success
- SimpleMemberInvocationStatementInfo
- ArgumentList
- Arguments
- Expression
- InvocationExpression
- MemberAccessExpression
- NameText
- Name
- Statement
- Success
- SingleLocalDeclarationStatementInfo
- Declaration
- Declarator
- EqualsToken
- IdentifierText
- Identifier
- Initializer
- Modifiers
- SemicolonToken
- Statement
- Success
- Type
- Value
- SingleParameterLambdaExpressionInfo
- Body
- IsParenthesizedLambda
- IsSimpleLambda
- LambdaExpression
- ParameterList
- Parameter
- Success
- StatementListInfo
- AddRange
- Add
- Any
- Count
- FirstOrDefault
- First
- GetEnumerator
- IndexOf
- InsertRange
- Insert
- IsParentBlock
- IsParentSwitchSection
- Item
- LastIndexOf
- LastOrDefault
- Last
- ParentAsBlock
- ParentAsSwitchSection
- Parent
- RemoveAt
- RemoveNode
- Remove
- ReplaceAt
- ReplaceNode
- ReplaceRange
- Replace
- Statements
- Success
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-CSharp-Syntax-StatementSyntax--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- WithStatements
- StringConcatenationExpressionInfo
- AsChain
- BinaryExpression
- Success
- StringLiteralExpressionInfo
- ContainsEscapeSequence
- ContainsLinefeed
- Expression
- InnerText
- IsRegular
- IsVerbatim
- Success
- Text
- Token
- ValueText
- UsingDirectiveListInfo
- AddRange
- Add
- Any
- Count
- FirstOrDefault
- First
- GetEnumerator
- IndexOf
- InsertRange
- Insert
- Item
- LastIndexOf
- LastOrDefault
- Last
- Parent
- RemoveAt
- RemoveNode
- Remove
- ReplaceAt
- ReplaceNode
- ReplaceRange
- Replace
- Success
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-CSharp-Syntax-UsingDirectiveSyntax--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- Usings
- WithUsings
- XmlElementInfo
- Element
- IsEmptyElement
- Kind
- LocalName
- Success
- WorkspaceExtensions
- RemoveCommentsAsync
- RemovePreprocessorDirectivesAsync
- RemoveRegionAsync
- RemoveTriviaAsync
- ReplaceMembersAsync
- ReplaceModifiersAsync
- ReplaceStatementsAsync
- WorkspaceSymbolExtensions
- GetDefaultValueSyntax
- WorkspaceSyntaxExtensions
- Parenthesize
- WithFormatterAnnotation
- WithRenameAnnotation
- WithSimplifierAnnotation
- DiagnosticsExtensions
- ReportDiagnostic
- EnumExtensions
- IsMoreRestrictiveThan
- ExtensionMethodSymbolInfo
- Equals
- GetHashCode
- IsReduced
- ReducedSymbolOrSymbol
- ReducedSymbol
- Symbol
- op_Equality
- op_Inequality
- FileLinePositionSpanExtensions
- EndLine
- IsMultiLine
- IsSingleLine
- StartLine
- ISelection-1
- FirstIndex
- First
- LastIndex
- Last
- MetadataNameEqualityComparer-1
- Equals
- GetHashCode
- Instance
- MetadataName
- -ctor
- ContainingNamespaces
- ContainingTypes
- Equals
- GetHashCode
- IsDefault
- Name
- Parse
- ToString
- TryParse
- op_Equality
- op_Inequality
- NameGenerator
- -ctor
- CreateName
- Default
- EnsureUniqueEnumMemberName
- EnsureUniqueLocalNames
- EnsureUniqueLocalName
- EnsureUniqueName
- EnsureUniqueParameterName
- IsUniqueName
- SemanticModelExtensions
- GetEnclosingNamedType
- GetEnclosingSymbol
- GetSymbol
- GetTypeByMetadataName
- GetTypeSymbol
- SeparatedSyntaxListSelection-1
- -ctor
- Count
- Create
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- FirstIndex
- First
- GetEnumerator
- Item
- LastIndex
- Last
- OriginalSpan
- System-Collections-Generic-IEnumerable-TNode--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- TryCreate
- UnderlyingList
- SymbolExtensions
- BaseTypesAndSelf
- BaseTypes
- EqualsOrInheritsFrom
- FindMember
- FindTypeMember
- GetAttribute
- HasAttribute
- HasConstantValue
- HasMetadataName
- ImplementsAny
- ImplementsInterfaceMember
- Implements
- InheritsFrom
- IsAsyncMethod
- IsErrorType
- IsIEnumerableOfT
- IsIEnumerableOrIEnumerableOfT
- IsKind
- IsNullableOf
- IsNullableType
- IsObject
- IsOrdinaryExtensionMethod
- IsParameterArrayOf
- IsPubliclyVisible
- IsReducedExtensionMethod
- IsRefOrOut
- IsReferenceTypeOrNullableType
- IsString
- IsVoid
- ReducedFromOrSelf
- SupportsExplicitDeclaration
- SyntaxExtensions
- All
- Any
- AppendToLeadingTrivia
- AppendToTrailingTrivia
- ContainsDirectives
- Contains
- DescendantTrivia
- FirstAncestor
- FirstDescendantOrSelf
- FirstDescendant
- GetLeadingAndTrailingTrivia
- GetTrailingSeparator
- HasTrailingSeparator
- IndexOf
- IsFirst
- IsLast
- LeadingAndTrailingTrivia
- PrependToLeadingTrivia
- PrependToTrailingTrivia
- ReplaceAt
- SpanContainsDirectives
- TryGetContainingList
- WithTriviaFrom
- WithoutLeadingTrivia
- WithoutTrailingTrivia
- WithoutTrivia
- SyntaxListSelection-1
- -ctor
- Count
- Create
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- FirstIndex
- First
- GetEnumerator
- Item
- LastIndex
- Last
- OriginalSpan
- System-Collections-Generic-IEnumerable-TNode--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- TryCreate
- UnderlyingList
- SyntaxTreeExtensions
- GetEndLine
- GetStartLine
- IsMultiLineSpan
- IsSingleLineSpan
- Testing
- AdditionalFile
- -ctor
- ExpectedSource
- Source
- CSharp
- CSharpCompilerDiagnosticFixVerifier-1
- CommonOptions
- Options
- CSharpDiagnosticVerifier-2
- CommonOptions
- Options
- CSharpRefactoringVerifier-1
- CommonOptions
- Options
- CSharpTestOptions
- -ctor
- AddAllowedCompilerDiagnosticIds
- AddAllowedCompilerDiagnosticId
- CommonCompilationOptions
- CommonParseOptions
- CommonWithAllowedCompilerDiagnosticIds
- CommonWithAllowedCompilerDiagnosticSeverity
- CommonWithConfigOptions
- CommonWithMetadataReferences
- CompilationOptions
- Default
- Language
- ParseOptions
- WithAllowedCompilerDiagnosticIds
- WithAllowedCompilerDiagnosticSeverity
- WithCompilationOptions
- WithConfigOptions
- WithMetadataReferences
- WithParseOptions
- MSTest
- MSTestCompilerDiagnosticFixVerifier-1
- -ctor
- MSTestDiagnosticVerifier-2
- -ctor
- MSTestRefactoringVerifier-1
- -ctor
- Xunit
- XunitCompilerDiagnosticFixVerifier-1
- -ctor
- XunitDiagnosticVerifier-2
- -ctor
- XunitRefactoringVerifier-1
- -ctor
- CodeVerifier
- CommonOptions
- Options
- CompilerDiagnosticFixTestData
- -ctor
- AdditionalFiles
- DiagnosticId
- EquivalenceKey
- Source
- Update
- CompilerDiagnosticFixVerifier-1
- VerifyFixAsync
- VerifyNoFixAsync
- DiagnosticTestData
- -ctor
- AdditionalFiles
- AdditionalSpans
- AlwaysVerifyAdditionalLocations
- Descriptor
- DiagnosticMessage
- EquivalenceKey
- FormatProvider
- Source
- Spans
- Update
- DiagnosticVerifier-2
- VerifyDiagnosticAndFixAsync
- VerifyDiagnosticAndNoFixAsync
- VerifyDiagnosticAsync
- VerifyNoDiagnosticAsync
- ExpectedTestState
- -ctor
- AlwaysVerifyAnnotations
- Annotations
- CodeActionTitle
- Source
- RefactoringTestData
- -ctor
- AdditionalFiles
- EquivalenceKey
- Source
- Spans
- Update
- RefactoringVerifier-1
- VerifyNoRefactoringAsync
- VerifyRefactoringAsync
- TestCode
- AdditionalSpans
- ExpectedValue
- Parse
- Spans
- Value
- TestOptions
- AllowedCompilerDiagnosticIds
- AllowedCompilerDiagnosticSeverity
- CommonCompilationOptions
- CommonParseOptions
- CommonWithAllowedCompilerDiagnosticIds
- CommonWithAllowedCompilerDiagnosticSeverity
- CommonWithConfigOptions
- CommonWithMetadataReferences
- CompilationOptions
- ConfigOptions
- Language
- MetadataReferences
- ParseOptions
- WithAllowedCompilerDiagnosticIds
- WithAllowedCompilerDiagnosticSeverity
- WithConfigOptions
- WithMetadataReferences
- Text
- SyntaxNodeTextBuilder
- -ctor
- AppendFullSpan
- AppendLeadingTriviaAndSpan
- AppendLeadingTrivia
- AppendLine
- AppendSpanAndTrailingTrivia
- AppendSpan
- AppendTrailingTrivia
- Append
- FullSpan
- FullString
- Node
- StringBuilder
- ToString
- TextLineCollectionSelection
- -ctor
- Count
- Create
- Enumerator
- Current
- Equals
- GetHashCode
- MoveNext
- Reset
- FirstIndex
- First
- GetEnumerator
- Item
- LastIndex
- Last
- OriginalSpan
- System-Collections-Generic-IEnumerable-Microsoft-CodeAnalysis-Text-TextLine--GetEnumerator
- System-Collections-IEnumerable-GetEnumerator
- TryCreate
- UnderlyingLines
- Visibility
- WorkspaceExtensions
- InsertNodeAfterAsync
- InsertNodeBeforeAsync
- InsertNodesAfterAsync
- InsertNodesBeforeAsync
- RemoveNodeAsync
- RemoveNodesAsync
- ReplaceNodeAsync
- ReplaceNodesAsync
- ReplaceTokenAsync
- ReplaceTriviaAsync
- WithTextChangeAsync
- WithTextChangesAsync
- System/Collections/Generic/IEnumerable-1
- cli
- cs
- refactorings
- images
- src
- Analyzers.CodeFixes
- docs
- Analyzers
- CSharp.Workspaces
- CSharp
- CodeAnalysis.Analyzers.CodeFixes
- docs
- CodeAnalysis.Analyzers
- CodeFixes
- CSharp/CodeFixes
- CommandLine.DocumentationGenerator
- Properties
- data
- CommandLine
- Options
- docs
- NetCore
- NetFramework
- Common/Configuration
- Core
- Extensions
- Documentation
- Formatting.Analyzers.CodeFixes
- docs
- Formatting.Analyzers
- Refactorings
- CSharp/Refactorings
- InlineDefinition
- Tests
- TestLibrary
- Testing.CSharp.MSTest
- Testing.CSharp.Xunit
- Testing.CSharp
- Testing.Common
- Testing.VisualBasic
- Tools
- CodeGeneration
- CSharp
- EditorConfig
- Html
- Markdown
- CodeGenerator
- ConfigurationFileGenerator
- Properties
- MetadataGenerator
- Metadata
- TestCodeGenerator
- VisualBasic.Workspaces
- VisualBasic
- VisualStudio.Refactorings
- VisualStudioCode/package
- src
- VisualStudio
- Workspaces.Core
- Logging
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,020 files changed
+3149
-68868
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | | - | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
This file was deleted.
0 commit comments