8 references to U
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ManagedTypeSource_1.cs (1)
364
CorElementType.
U
=> "nuint",
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
202
case CorElementType.
U
:
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
622
CorElementType.I or CorElementType.
U
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
2093
|| type == CorElementType.
U
;
3706
? rts.GetPrimitiveType(CorElementType.
U
)
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);