37 references to GreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (24)
_generated\0\Syntax.xml.Main.Generated.cs (4)
2894case SyntaxKind.GreaterThanGreaterThanEqualsToken: 2920SyntaxKind.RightShiftAssignmentExpression => SyntaxKind.GreaterThanGreaterThanEqualsToken, 5525case SyntaxKind.GreaterThanGreaterThanEqualsToken: 6010case SyntaxKind.GreaterThanGreaterThanEqualsToken:
_generated\1\Syntax.xml.Internal.Generated.cs (6)
29387case SyntaxKind.GreaterThanGreaterThanEqualsToken: 32669case SyntaxKind.GreaterThanGreaterThanEqualsToken: 33201case SyntaxKind.GreaterThanGreaterThanEqualsToken: 34814case SyntaxKind.GreaterThanGreaterThanEqualsToken: 38096case SyntaxKind.GreaterThanGreaterThanEqualsToken: 38628case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Binder\Semantics\Operators\OperatorFacts.cs (1)
108case SyntaxKind.GreaterThanGreaterThanEqualsToken: return WellKnownMemberNames.RightShiftAssignmentOperatorName;
Parser\Blender.Reader.cs (1)
304case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (3)
1106SyntaxKind.GreaterThanGreaterThanEqualsToken, 1144operatorToken = tryParseCompoundAssignmentOperatorToken(operatorToken, SyntaxKind.GreaterThanGreaterThanEqualsToken); 1161Debug.Assert(kind is not (SyntaxKind.GreaterThanGreaterThanEqualsToken or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken)); // Reaching this code path is not expected
Parser\LanguageParser.cs (4)
4131opToken = SyntaxFactory.Token(opToken.GetLeadingTrivia(), SyntaxKind.GreaterThanGreaterThanEqualsToken, opToken2.GetTrailingTrivia()); 11811token1Kind = SyntaxKind.GreaterThanGreaterThanEqualsToken; 11839if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanToken or SyntaxKind.GreaterThanGreaterThanEqualsToken) 13231case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (5)
552case SyntaxKind.GreaterThanGreaterThanEqualsToken: 728case SyntaxKind.GreaterThanGreaterThanEqualsToken: 754case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1145case WellKnownMemberNames.RightShiftAssignmentOperatorName: return SyntaxKind.GreaterThanGreaterThanEqualsToken; 1556case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
434case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2248or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
966case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1068case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
435case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
434case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2248or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
966case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1068case SyntaxKind.GreaterThanGreaterThanEqualsToken:
Roslyn.Diagnostics.CSharp.Analyzers (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
434case SyntaxKind.GreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2248or SyntaxKind.GreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
966case SyntaxKind.GreaterThanGreaterThanEqualsToken: 1068case SyntaxKind.GreaterThanGreaterThanEqualsToken: