4 references to U4
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
196
case CorElementType.
U4
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
620
CorElementType.I4 or CorElementType.
U4
or CorElementType.R4 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 4),
SigFormat.cs (2)
118
case CorElementType.
U4
: stringBuilder.Append("UInt32"); return;
334
case CorElementType.
U4
: stringBuilder.Append("UInt32"); return;