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)
36
if (arg.eak ==
ErrArgKind
.Int)
78
case
ErrArgKind
.Sym:
81
case
ErrArgKind
.Type:
84
case
ErrArgKind
.SymWithType:
87
case
ErrArgKind
.MethWithInst:
122
case
ErrArgKind
.Sym:
125
case
ErrArgKind
.Type:
128
case
ErrArgKind
.SymWithType:
131
case
ErrArgKind
.MethWithInst:
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (7)
546
case
ErrArgKind
.SymKind:
549
case
ErrArgKind
.Type:
555
case
ErrArgKind
.Sym:
561
case
ErrArgKind
.Name:
572
case
ErrArgKind
.Str:
575
case
ErrArgKind
.SymWithType:
585
case
ErrArgKind
.MethWithInst: