5 references to U
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
202
case CorElementType.
U
:
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (1)
622
CorElementType.I or CorElementType.
U
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
SigFormat.cs (2)
112
case CorElementType.
U
: stringBuilder.Append("UIntPtr"); return;
328
case CorElementType.
U
: stringBuilder.Append("UIntPtr"); return;
SOSDacImpl.cs (1)
1109
data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.
U
).Address.ToClrDataAddress(_target);