3 references to GetMethInfo
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (3)
296
Debug.Assert((int)
GetMethInfo
((PREDEFMETH)i).method == i);
378
PredefinedMethodInfo info =
GetMethInfo
(method);
401
return
GetMethInfo
(GetPropGetter(property)).type;