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)
85
sym = arg.
swtMemo
.sym;
129
sym2 = arg2.
swtMemo
.sym;
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
577
SubstContext ctx = new SubstContext(parg.
swtMemo
.ats, null);
579
ErrAppendSym(parg.
swtMemo
.sym, ctx, true);