1 write to mpwiMemo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (1)
123
this.
mpwiMemo
= new MethPropWithInstMemo();
8 references to mpwiMemo
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (3)
124
this.
mpwiMemo
.sym = mpwi.Sym;
125
this.
mpwiMemo
.ats = mpwi.Ats;
126
this.
mpwiMemo
.typeArgs = mpwi.TypeArgs;
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (2)
88
sym = arg.
mpwiMemo
.sym;
132
sym2 = arg2.
mpwiMemo
.sym;
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (3)
587
SubstContext ctx = new SubstContext(parg.
mpwiMemo
.ats, parg.
mpwiMemo
.typeArgs);
589
ErrAppendSym(parg.
mpwiMemo
.sym, ctx, true);