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