4 references to I4
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
195
case CorElementType.
I4
:
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)
117
case CorElementType.
I4
: stringBuilder.Append("Int32"); return;
333
case CorElementType.
I4
: stringBuilder.Append("Int32"); return;