2 references to OperatorIndex
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Operators\UnaryOperatorEasyOut.cs (1)
91
int kindIndex = kind.
OperatorIndex
();
Compilation\BuiltInOperators.cs (1)
244
foreach (var op in _builtInUnaryOperators[kind.
OperatorIndex
()])