2 references to UnsignedRightShiftExpression
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
SyntaxGeneratorExtensions.cs (2)
33if (!Enum.IsDefined(typeof(SyntaxKind), SyntaxKindEx.UnsignedRightShiftExpression)) 43return generator.CreateBinaryExpression(SyntaxKindEx.UnsignedRightShiftExpression, left, right);