37 references to GreaterThanGreaterThanEqualsToken
Microsoft.CodeAnalysis.CSharp (24)
_generated\0\Syntax.xml.Main.Generated.cs (4)
2906
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
2932
SyntaxKind.RightShiftAssignmentExpression => SyntaxKind.
GreaterThanGreaterThanEqualsToken
,
5563
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
6048
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
_generated\1\Syntax.xml.Internal.Generated.cs (6)
29527
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
32804
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
33336
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
34949
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
38226
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
38758
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)
4136
opToken = SyntaxFactory.Token(opToken.GetLeadingTrivia(), SyntaxKind.
GreaterThanGreaterThanEqualsToken
, opToken2.GetTrailingTrivia());
11836
token1Kind = SyntaxKind.
GreaterThanGreaterThanEqualsToken
;
11864
if (operatorTokenKind is SyntaxKind.GreaterThanGreaterThanToken or SyntaxKind.
GreaterThanGreaterThanEqualsToken
)
13267
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
Syntax\SyntaxKindFacts.cs (5)
552
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
730
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
756
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
1147
case WellKnownMemberNames.RightShiftAssignmentOperatorName: return SyntaxKind.
GreaterThanGreaterThanEqualsToken
;
1558
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)
2241
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)
2241
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)
2241
or SyntaxKind.
GreaterThanGreaterThanEqualsToken
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
966
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
:
1068
case SyntaxKind.
GreaterThanGreaterThanEqualsToken
: