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