10 references to U
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
169
case CdacCorElementType.
U
:
Contracts\ManagedTypeSource_1.cs (1)
364
CorElementType.
U
=> "nuint",
Contracts\RuntimeTypeSystem_1.cs (1)
763
|| t == CorElementType.
U
;
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
202
case CorElementType.
U
:
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
619
CorElementType.I or CorElementType.
U
=> ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
2494
|| type == CorElementType.
U
;
4636
? 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)
1088
data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.
U
).Address.ToClrDataAddress(_target);