23 references to GreaterThanGreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (10)
Parser\Blender.Reader.cs (1)
306case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (1)
1041SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken,
Parser\LanguageParser.cs (3)
11381: SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 11433else if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanGreaterThanToken or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken) 12777case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (5)
158return kind >= SyntaxKind.TildeToken && kind <= SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 198yield return SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 705case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 732case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1483case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
431case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2241or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
962case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1064case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullConditionalAssignmentTests.cs (1)
90[InlineData(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken)]
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\ExpressionParsingTests.cs (2)
696TestAssignment(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken); 6755N(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken);
Parsing\NullConditionalAssignmentParsingTests.cs (1)
344[InlineData(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken)]
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
427case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
431case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2241or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
962case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1064case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: