10 references to U
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
208
case CdacCorElementType.
U
:
Contracts\ManagedTypeSource_1.cs (1)
369
CorElementType.
U
=> "nuint",
Contracts\RuntimeTypeSystem_1.cs (1)
815
|| t == CorElementType.
U
;
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataFrame.cs (1)
624
CorElementType.I or CorElementType.
U
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
3239
|| type == CorElementType.
U
;
5399
? rts.GetPrimitiveType(CorElementType.
U
)
SigFormat.cs (2)
112
case CorElementType.
U
: stringBuilder.Append("UIntPtr"); return;
331
case CorElementType.
U
: stringBuilder.Append("UIntPtr"); return;
SOSDacImpl.cs (1)
1088
data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.
U
).Address.ToClrDataAddress(_target);
TypeHandleExtensions.cs (1)
141
CorElementType.
U
=> "UIntPtr",