3 references to UnsignedRightShift
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
316
OperatorKind.
UnsignedRightShift
=> SyntaxKind.GreaterThanGreaterThanGreaterThanToken,
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
942
Generator.OperatorDeclaration(OperatorKind.
UnsignedRightShift
, parameters, returnType),
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
301
WellKnownMemberNames.UnsignedRightShiftOperatorName => OperatorKind.
UnsignedRightShift
,