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