12 references to I
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\CallingConvention\CallingConvention_1.cs (3)
169
ElementType = CdacCorElementType.
I
,
194
ElementType = CdacCorElementType.
I
,
417
return new CdacTypeHandle(rts.GetPrimitiveType(CdacCorElementType.
I
), _target);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
168
case CdacCorElementType.
I
:
Contracts\ManagedTypeSource_1.cs (1)
363
CorElementType.
I
=> "nint",
Contracts\RuntimeTypeSystem_1.cs (1)
762
|| t == CorElementType.
I
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
201
case CorElementType.
I
:
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
619
CorElementType.
I
or CorElementType.U => ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
2493
|| type == CorElementType.
I
4629
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;