1 write to Meth
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
22
Meth
= mwt;
10 references to Meth
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (8)
910
typeFrom = TypeManager.SubstType(uci.
Meth
.Meth().Params[0], uci.
Meth
.GetType());
911
typeTo = TypeManager.SubstType(uci.
Meth
.Meth().RetType, uci.
Meth
.GetType());
1007
MethWithInst mwiBest = new MethWithInst(prguci[iuciBest].
Meth
.Meth(), prguci[iuciBest].
Meth
.GetType(), null);
1087
return ErrorHandling.Error(ErrorCode.ERR_AmbigUDConv, prguci[iuciBestSrc].
Meth
, prguci[iuciBestDst].
Meth
, typeSrc, typeDst);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1419
if (conv.
Meth
.Meth() == meth &&
1420
conv.
Meth
.GetType() == ats &&