3 overrides of GetAts
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
413
public override AggregateType
GetAts
() => this;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\ArrayType.cs (1)
66
public override AggregateType
GetAts
() => SymbolLoader.GetPredefindType(PredefinedType.PT_ARRAY);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
29
public override AggregateType
GetAts
() =>
1 reference to GetAts
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
221
atsThru = typeThru.
GetAts
();