2 references to EK2NAME
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1607
Debug.Assert(ek >= ExpressionKind.FirstOp && (ek - ExpressionKind.FirstOp) < (int)
EK2NAME
.Length);
1608
return NameManager.GetPredefinedName(
EK2NAME
[ek - ExpressionKind.FirstOp]);