21 references to GreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (8)
Parser\Blender.Reader.cs (1)
304case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (1)
1084SyntaxKind.GreaterThanGreaterThanEqualsToken,
Parser\LanguageParser.cs (3)
11392token1Kind = SyntaxKind.GreaterThanGreaterThanEqualsToken; 11420if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanToken or SyntaxKind.GreaterThanGreaterThanEqualsToken) 12776case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (3)
704case SyntaxKind.GreaterThanGreaterThanEqualsToken: 730case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1479case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
427case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2240or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
961case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1063case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullConditionalAssignmentTests.cs (1)
89[InlineData(SyntaxKind.GreaterThanGreaterThanEqualsToken)]
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\ExpressionParsingTests.cs (2)
695TestAssignment(SyntaxKind.GreaterThanGreaterThanEqualsToken); 6790N(SyntaxKind.GreaterThanGreaterThanEqualsToken);
Parsing\NullConditionalAssignmentParsingTests.cs (1)
343[InlineData(SyntaxKind.GreaterThanGreaterThanEqualsToken)]
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
426case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
427case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2240or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
961case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1063case SyntaxKind.GreaterThanGreaterThanEqualsToken: