1 write to _operatorHandlers
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
113
_operatorHandlers
= new Dictionary<char, Func<SyntaxKind>>()
1 reference to _operatorHandlers
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
466
if (
_operatorHandlers
.TryGetValue(first, out handler))