18 references to Ats
Microsoft.CSharp (18)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (2)
117
this.swtMemo.ats = swt.
Ats
;
125
this.mpwiMemo.ats = mpwi.
Ats
;
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (3)
800
Type eventType = TypeManager.SubstType(eventCType, swtEvent.
Ats
).AssociatedSystemType;
849
type = call.MethWithInst.
Ats
;
858
type = prop.PropWithTypeSlot.
Ats
;
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
404
pReturnType = mwi.
Ats
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (2)
30
AggregateType aggType = Method.
Ats
;
103
AggregateType aggType = Method.
Ats
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
30
AggregateType aggType = Property.
Ats
;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
52
Expr propInfo = ExprFactory.CreatePropertyInfo(prop.PropWithTypeSlot.Prop(), prop.PropWithTypeSlot.
Ats
);
Microsoft\CSharp\RuntimeBinder\Semantics\WithType.cs (8)
57
return
Ats
;
74
return swt1.Sym == swt2.Sym && swt1.
Ats
== swt2.
Ats
;
85
return Sym == other.Sym &&
Ats
== other.
Ats
;
92
return (Sym?.GetHashCode() ?? 0) + (
Ats
?.GetHashCode() ?? 0);
170
Set(swt.Sym as PropertySymbol, swt.
Ats
);
243
Set(mpwi.Sym as MethodSymbol, mpwi.
Ats
, mpwi.TypeArgs);