11 references to U
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
224
case CdacCorElementType.
U
:
Contracts\ManagedTypeSource_1.cs (1)
372
CorElementType.
U
=> "nuint",
Contracts\RuntimeTypeSystem_1.cs (1)
815
|| t == CorElementType.
U
;
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataFrame.cs (1)
708
CorElementType.I or CorElementType.
U
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
ClrDataValue.cs (1)
1086
or CorElementType.
U
;
Dbi\DacDbiImpl.cs (2)
3344
|| type == CorElementType.
U
;
5549
? 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)
1131
data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.
U
).Address.ToClrDataAddress(_target);
TypeHandleExtensions.cs (1)
141
CorElementType.
U
=> "UIntPtr",