5 references to U1
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ManagedTypeSource_1.cs (1)
356
CorElementType.
U1
=> "uint8",
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
192
case CorElementType.
U1
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
618
CorElementType.I1 or CorElementType.
U1
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, 1),
SigFormat.cs (2)
114
case CorElementType.
U1
: stringBuilder.Append("Byte"); return;
330
case CorElementType.
U1
: stringBuilder.Append("Byte"); return;