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