5 references to U2
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ManagedTypeSource_1.cs (1)
362
CorElementType.Char or CorElementType.
U2
=> "uint16",
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)
116
case CorElementType.
U2
: stringBuilder.Append("UInt16"); return;
335
case CorElementType.
U2
: stringBuilder.Append("UInt16"); return;
TypeHandleExtensions.cs (1)
131
CorElementType.
U2
=> "UInt16",