6 references to UInt16
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\General\Assignability.cs (1)
261
if (t.Equals(coreTypes[CoreType.
UInt16
]))
System\Reflection\TypeLoading\General\CoreType.cs (1)
101
case CoreType.
UInt16
: ns = Utf8Constants.System; name = Utf8Constants.UInt16; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
48
case PrimitiveTypeCode.UInt16: return CoreType.
UInt16
;
72
if (type == coreTypes[CoreType.
UInt16
]) return PrimitiveTypeCode.UInt16;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
201
if (t == ct[CoreType.
UInt16
])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
92
CoreType.
UInt16
,