40 references to GreaterThanGreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (26)
_generated\0\Syntax.xml.Main.Generated.cs (4)
2895case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 2921SyntaxKind.UnsignedRightShiftAssignmentExpression => SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken, 5526case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break; 6011case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break;
_generated\1\Syntax.xml.Internal.Generated.cs (6)
29388case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 32670case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break; 33202case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break; 34815case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 38097case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break; 38629case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: break;
Binder\Semantics\Operators\OperatorFacts.cs (1)
109case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: return WellKnownMemberNames.UnsignedRightShiftAssignmentOperatorName;
Parser\Blender.Reader.cs (1)
306case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Parser\DocumentationCommentParser.cs (3)
1074SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken, 1147operatorToken = tryParseCompoundAssignmentOperatorToken(operatorToken, SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken); 1161Debug.Assert(kind is not (SyntaxKind.GreaterThanGreaterThanEqualsToken or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken)); // Reaching this code path is not expected
Parser\LanguageParser.cs (4)
4117opToken = SyntaxFactory.Token(opToken.GetLeadingTrivia(), SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken, opToken2.GetTrailingTrivia()); 11800: SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 11852else if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanGreaterThanToken or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken) 13232case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Syntax\SyntaxKindFacts.cs (7)
158return kind >= SyntaxKind.TildeToken && kind <= SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 198yield return SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 553case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 729case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 756case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1147case WellKnownMemberNames.UnsignedRightShiftAssignmentOperatorName: return SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken; 1560case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
438case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2249or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
967case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1069case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Classification\ClassificationHelpers.cs (1)
436case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
438case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2249or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
967case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1069case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\RoslynCSharpTokenizer.cs (1)
345<= (int)CSharpSyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken and >= (int)CSharpSyntaxKind.TildeToken => SyntaxKind.CSharpOperator,
Roslyn.Diagnostics.CSharp.Analyzers (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
438case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2249or SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
967case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: 1069case SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken: