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)
883
typeFrom = TypeManager.SubstType(uci.
Meth
.Meth().Params[0], uci.
Meth
.GetType());
884
typeTo = TypeManager.SubstType(uci.
Meth
.Meth().RetType, uci.
Meth
.GetType());
980
MethWithInst mwiBest = new MethWithInst(prguci[iuciBest].
Meth
.Meth(), prguci[iuciBest].
Meth
.GetType(), null);
1059
return ErrorHandling.Error(ErrorCode.ERR_AmbigUDConv, prguci[iuciBestSrc].
Meth
, prguci[iuciBestDst].
Meth
, typeSrc, typeDst);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1393
if (conv.
Meth
.Meth() == meth &&
1394
conv.
Meth
.GetType() == ats &&