21 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)
11142: SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 11194else if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanGreaterThanToken or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken) 12614case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (5)
158return kind >= SyntaxKind.TildeToken && kind <= SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 198yield return SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 703case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 730case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1477case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
439case 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)
947case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1049case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
696TestAssignment(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken); 6711N(SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
430case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
439case 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)
947case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1049case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: