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