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