5 references to I2
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ManagedTypeSource_1.cs (1)
363
CorElementType.
I2
=> "int16",
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (1)
621
CorElementType.Char or CorElementType.
I2
or CorElementType.U2 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 2),
SigFormat.cs (2)
115
case CorElementType.
I2
: stringBuilder.Append("Int16"); return;
334
case CorElementType.
I2
: stringBuilder.Append("Int16"); return;
TypeHandleExtensions.cs (1)
130
CorElementType.
I2
=> "Int16",