9 writes to eak
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (9)
69
this.
eak
= ErrArgKind.Int;
76
this.
eak
= ErrArgKind.Name;
83
this.
eak
= ErrArgKind.Str;
95
this.
eak
= ErrArgKind.Type;
107
this.
eak
= ErrArgKind.Sym;
113
this.
eak
= ErrArgKind.SymWithType;
121
this.
eak
= ErrArgKind.MethWithInst;
172
this.
eak
= ErrArgKind.Type;
182
eak
= ErrArgKind.SymKind;
4 references to eak
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (3)
36
if (arg.
eak
== ErrArgKind.Int)
76
switch (arg.
eak
)
120
switch (arg2.
eak
)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
544
switch (parg.
eak
)