19 references to GreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (8)
Parser\Blender.Reader.cs (1)
307case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (1)
1089SyntaxKind.GreaterThanGreaterThanEqualsToken,
Parser\LanguageParser.cs (3)
10442opKind = SyntaxFacts.GetAssignmentExpression(SyntaxKind.GreaterThanGreaterThanEqualsToken); 10487var kind = opToken2.Kind == SyntaxKind.GreaterThanToken ? SyntaxKind.GreaterThanGreaterThanToken : SyntaxKind.GreaterThanGreaterThanEqualsToken; 11800case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (3)
674case SyntaxKind.GreaterThanGreaterThanEqualsToken: 700case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1437case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
439case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpTypeInferenceService.TypeInferrer.cs (2)
966case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1068case SyntaxKind.GreaterThanGreaterThanEqualsToken:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
2230token.IsKind(SyntaxKind.GreaterThanGreaterThanEqualsToken) ||
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Parsing\ExpressionParsingTests.cs (2)
695TestAssignment(SyntaxKind.GreaterThanGreaterThanEqualsToken); 6759N(SyntaxKind.GreaterThanGreaterThanEqualsToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
428case SyntaxKind.GreaterThanGreaterThanEqualsToken:
CSharpSyntaxFacts.cs (1)
439case SyntaxKind.GreaterThanGreaterThanEqualsToken:
CSharpTypeInferenceService.TypeInferrer.cs (2)
966case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1068case SyntaxKind.GreaterThanGreaterThanEqualsToken:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
2230token.IsKind(SyntaxKind.GreaterThanGreaterThanEqualsToken) ||