Base:
method
GetAts
Microsoft.CSharp.RuntimeBinder.Semantics.CType.GetAts()
11 references to GetAts
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
531callingType = callingNub.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
992if (typeObj is NullableType nubTypeObj && (typeTmp = nubTypeObj.GetAts()) != swt.GetType())
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
272AggregateType atsDst = nubDst.GetAts(); 438AggregateType atsNub = nubSrc.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (2)
53AggregateType ats = nubSrc.GetAts(); 68AggregateType pSourceType = pNubSourceType.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
71atsDer = derivedNub.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (3)
44ats = nub.GetAts(); 327typeBnd = ((NullableType)typeBnd).GetAts(); 343arg = ((NullableType)arg).GetAts();
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
108type = nub.GetAts();