2 references to UnsignedRightShift
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
444
return PredefinedOperator.
UnsignedRightShift
;
Microsoft.CodeAnalysis.Workspaces (1)
IMethodSymbolExtensions.cs (1)
96
WellKnownMemberNames.UnsignedRightShiftOperatorName => PredefinedOperator.
UnsignedRightShift
,