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