4 references to I2
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
193
case CorElementType.
I2
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
619
CorElementType.Char or CorElementType.
I2
or CorElementType.U2 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 2),
SigFormat.cs (2)
115
case CorElementType.
I2
: stringBuilder.Append("Int16"); return;
331
case CorElementType.
I2
: stringBuilder.Append("Int16"); return;