26 references to ErrArgKind
Microsoft.CSharp (26)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (10)
52
public
ErrArgKind
eak;
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;
Microsoft\CSharp\RuntimeBinder\Errors\ErrorHandling.cs (9)
38
if (arg.eak ==
ErrArgKind
.Int)
80
case
ErrArgKind
.Sym:
83
case
ErrArgKind
.Type:
86
case
ErrArgKind
.SymWithType:
89
case
ErrArgKind
.MethWithInst:
124
case
ErrArgKind
.Sym:
127
case
ErrArgKind
.Type:
130
case
ErrArgKind
.SymWithType:
133
case
ErrArgKind
.MethWithInst:
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (7)
559
case
ErrArgKind
.SymKind:
562
case
ErrArgKind
.Type:
568
case
ErrArgKind
.Sym:
574
case
ErrArgKind
.Name:
585
case
ErrArgKind
.Str:
588
case
ErrArgKind
.SymWithType:
598
case
ErrArgKind
.MethWithInst: