Base:
method
GetAts
Microsoft.CSharp.RuntimeBinder.Semantics.CType.GetAts()
11 references to GetAts
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
547callingType = callingNub.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1015if (typeObj is NullableType nubTypeObj && (typeTmp = nubTypeObj.GetAts()) != swt.GetType())
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (2)
274AggregateType atsDst = nubDst.GetAts(); 440AggregateType atsNub = nubSrc.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\Nullable.cs (2)
54AggregateType ats = nubSrc.GetAts(); 70AggregateType pSourceType = pNubSourceType.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
76atsDer = derivedNub.GetAts();
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (3)
45ats = nub.GetAts(); 332typeBnd = ((NullableType)typeBnd).GetAts(); 348arg = ((NullableType)arg).GetAts();
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
110type = nub.GetAts();