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