52 references to RemoveAccessorDeclaration
Microsoft.CodeAnalysis.CSharp (19)
_generated\0\Syntax.xml.Main.Generated.cs (2)
5776
case SyntaxKind.
RemoveAccessorDeclaration
:
5814
SyntaxKind.
RemoveAccessorDeclaration
=> SyntaxKind.RemoveKeyword,
_generated\1\Syntax.xml.Internal.Generated.cs (2)
32915
case SyntaxKind.
RemoveAccessorDeclaration
:
38342
case SyntaxKind.
RemoveAccessorDeclaration
:
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13703
/// <item><description><see cref="SyntaxKind.
RemoveAccessorDeclaration
"/></description></item>
Compilation\MemberSemanticModel.cs (1)
2209
case SyntaxKind.
RemoveAccessorDeclaration
:
Compilation\MethodBodySemanticModel.cs (1)
97
case SyntaxKind.
RemoveAccessorDeclaration
:
Compilation\SyntaxTreeSemanticModel.cs (3)
789
case SyntaxKind.
RemoveAccessorDeclaration
:
893
case SyntaxKind.
RemoveAccessorDeclaration
:
1107
case SyntaxKind.
RemoveAccessorDeclaration
:
Parser\LanguageParser.cs (2)
4782
SyntaxKind.RemoveKeyword => SyntaxKind.
RemoveAccessorDeclaration
,
5453
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
285
case SyntaxKind.
RemoveAccessorDeclaration
:
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
39
Debug.Assert(syntax.Kind() == SyntaxKind.AddAccessorDeclaration || syntax.Kind() == SyntaxKind.
RemoveAccessorDeclaration
);
Symbols\Source\SourceCustomEventSymbol.cs (1)
98
case SyntaxKind.
RemoveAccessorDeclaration
:
Symbols\Source\SourcePropertySymbol.cs (1)
280
case SyntaxKind.
RemoveAccessorDeclaration
:
Syntax\SyntaxExtensions.cs (1)
42
case SyntaxKind.
RemoveAccessorDeclaration
:
Syntax\SyntaxKindFacts.cs (2)
803
return SyntaxKind.
RemoveAccessorDeclaration
;
817
case SyntaxKind.
RemoveAccessorDeclaration
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseExpressionBody\Helpers\UseExpressionBodyForAccessorsHelper.cs (1)
34
SyntaxKind.
RemoveAccessorDeclaration
,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\BlockSyntaxExtensions.cs (1)
182
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
443
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
39
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1194
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\FormattingRangeHelper.cs (1)
356
SyntaxKind.
RemoveAccessorDeclaration
;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
165
GenerateAccessorDeclaration(@event, @event.RemoveMethod, SyntaxKind.
RemoveAccessorDeclaration
, destination, info),
Microsoft.CodeAnalysis.CSharp.Features (9)
Debugging\CSharpProximityExpressionsService.Worker.cs (1)
60
SyntaxKind.
RemoveAccessorDeclaration
))
EditAndContinue\BreakpointSpans.cs (1)
319
case SyntaxKind.
RemoveAccessorDeclaration
:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
104
case SyntaxKind.
RemoveAccessorDeclaration
:
1715
case SyntaxKind.
RemoveAccessorDeclaration
:
2104
case SyntaxKind.
RemoveAccessorDeclaration
:
EditAndContinue\SyntaxComparer.cs (2)
654
case SyntaxKind.
RemoveAccessorDeclaration
:
726
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Analyzers\CSharp\Analyzers\UseExpressionBody\Helpers\UseExpressionBodyForAccessorsHelper.cs (1)
34
SyntaxKind.
RemoveAccessorDeclaration
,
src\roslyn\src\Compilers\CSharp\CSharpAnalyzerDriver\CSharpDeclarationComputer.cs (1)
285
case SyntaxKind.
RemoveAccessorDeclaration
:
Microsoft.CodeAnalysis.CSharp.Workspaces (11)
CodeGeneration\CSharpSyntaxGenerator.cs (5)
573
accessors.Add(AccessorDeclaration(SyntaxKind.
RemoveAccessorDeclaration
, removeAccessorStatements));
1589
case SyntaxKind.
RemoveAccessorDeclaration
:
2029
case SyntaxKind.
RemoveAccessorDeclaration
:
2636
SyntaxKind.
RemoveAccessorDeclaration
=> ((AccessorDeclarationSyntax)declaration).Body?.Statements,
2734
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\BlockSyntaxExtensions.cs (1)
182
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
443
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
39
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1194
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\FormattingRangeHelper.cs (1)
356
SyntaxKind.
RemoveAccessorDeclaration
;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
165
GenerateAccessorDeclaration(@event, @event.RemoveMethod, SyntaxKind.
RemoveAccessorDeclaration
, destination, info),
Roslyn.Diagnostics.CSharp.Analyzers (6)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\BlockSyntaxExtensions.cs (1)
182
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (1)
443
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpAccessibilityFacts.cs (1)
39
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1194
case SyntaxKind.
RemoveAccessorDeclaration
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\FormattingRangeHelper.cs (1)
356
SyntaxKind.
RemoveAccessorDeclaration
;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\EventGenerator.cs (1)
165
GenerateAccessorDeclaration(@event, @event.RemoveMethod, SyntaxKind.
RemoveAccessorDeclaration
, destination, info),