12 references to UnsignedRightShiftExpression
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (2)
2781
case SyntaxKind.
UnsignedRightShiftExpression
:
2843
SyntaxKind.
UnsignedRightShiftExpression
=> SyntaxKind.GreaterThanGreaterThanGreaterThanToken,
_generated\1\Syntax.xml.Internal.Generated.cs (2)
29291
case SyntaxKind.
UnsignedRightShiftExpression
:
34718
case SyntaxKind.
UnsignedRightShiftExpression
:
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
1679
/// <item><description><see cref="SyntaxKind.
UnsignedRightShiftExpression
"/></description></item>
Binder\Binder_Expressions.cs (1)
686
case SyntaxKind.
UnsignedRightShiftExpression
:
Binder\Binder_Operators.cs (2)
877
case SyntaxKind.
UnsignedRightShiftExpression
:
3233
case SyntaxKind.
UnsignedRightShiftExpression
: return BinaryOperatorKind.UnsignedRightShift;
Binder\EarlyWellKnownAttributeBinder.cs (1)
128
case SyntaxKind.
UnsignedRightShiftExpression
:
Parser\LanguageParser.cs (1)
11316
case SyntaxKind.
UnsignedRightShiftExpression
:
Syntax\SyntaxKindFacts.cs (1)
676
return SyntaxKind.
UnsignedRightShiftExpression
;
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
346
SyntaxKind.UnsignedRightShiftAssignmentExpression => SyntaxKind.
UnsignedRightShiftExpression
,