8 references to Int16
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (2)
95ct[CoreType.Int16] == null || 120attributeType.ToCustomAttributeNamedArgument(nameof(MarshalAsAttribute.SizeParamIndex), ct[CoreType.Int16], ma.SizeParamIndex),
System\Reflection\TypeLoading\General\Assignability.cs (1)
262return coreTypes[CoreType.Int16] ?? throw new TypeLoadException(SR.Format(SR.CoreTypeNotFound, "System.Int16"));
System\Reflection\TypeLoading\General\CoreType.cs (1)
91case CoreType.Int16: ns = Utf8Constants.System; name = Utf8Constants.Int16; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
39case PrimitiveTypeCode.Int16: return CoreType.Int16; 67if (type == coreTypes[CoreType.Int16]) return PrimitiveTypeCode.Int16;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
199if (t == ct[CoreType.Int16])
System\Reflection\TypeLoading\Types\RoType.TypeClassification.cs (1)
91CoreType.Int16,