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