2 references to CSharpOperator
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\RoslynCSharpTokenizer.cs (2)
148
Debug.Assert(type != SyntaxKind.
CSharpOperator
, "CSharpOperator should be handled by getting the interned text from C#");
345
<= (int)CSharpSyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken and >= (int)CSharpSyntaxKind.TildeToken => SyntaxKind.
CSharpOperator
,