4 references to U8
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
198
case CorElementType.
U8
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
621
CorElementType.I8 or CorElementType.
U8
or CorElementType.R8 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 8),
SigFormat.cs (2)
120
case CorElementType.
U8
: stringBuilder.Append("UInt64"); return;
336
case CorElementType.
U8
: stringBuilder.Append("UInt64"); return;