1 write to swtMemo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (1)
115this.swtMemo = new SymWithTypeMemo();
6 references to swtMemo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (2)
116this.swtMemo.sym = swt.Sym; 117this.swtMemo.ats = swt.Ats;
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (2)
85sym = arg.swtMemo.sym; 129sym2 = arg2.swtMemo.sym;
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
577SubstContext ctx = new SubstContext(parg.swtMemo.ats, null); 579ErrAppendSym(parg.swtMemo.sym, ctx, true);