7 references to I
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ManagedTypeSource_1.cs (1)
363
CorElementType.
I
=> "nint",
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
201
case CorElementType.
I
:
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
622
CorElementType.
I
or CorElementType.U => ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
2092
|| type == CorElementType.
I
3699
corField->id.token1 = rts.GetPrimitiveType(CorElementType.
I
).Address.Value;
SigFormat.cs (2)
111
case CorElementType.
I
: stringBuilder.Append("IntPtr"); return;
327
case CorElementType.
I
: stringBuilder.Append("IntPtr"); return;