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