19 references to GreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (8)
Parser\Blender.Reader.cs (1)
307case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (1)
1084SyntaxKind.GreaterThanGreaterThanEqualsToken,
Parser\LanguageParser.cs (3)
11034opKind = SyntaxFacts.GetAssignmentExpression(SyntaxKind.GreaterThanGreaterThanEqualsToken); 11079var kind = opToken2.Kind == SyntaxKind.GreaterThanToken ? SyntaxKind.GreaterThanGreaterThanToken : SyntaxKind.GreaterThanGreaterThanEqualsToken; 12531case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (3)
702case SyntaxKind.GreaterThanGreaterThanEqualsToken: 728case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1473case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
435case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2234or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
946case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1048case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
695TestAssignment(SyntaxKind.GreaterThanGreaterThanEqualsToken); 6746N(SyntaxKind.GreaterThanGreaterThanEqualsToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
429case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
435case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2234or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
946case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1048case SyntaxKind.GreaterThanGreaterThanEqualsToken: