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