12 references to I
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CallingConvention\CallingConvention_1.cs (3)
169
ElementType = CdacCorElementType.
I
,
194
ElementType = CdacCorElementType.
I
,
414
return new CdacTypeHandle(rts.GetPrimitiveType(CdacCorElementType.
I
), _target);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
207
case CdacCorElementType.
I
:
Contracts\ManagedTypeSource_1.cs (1)
368
CorElementType.
I
=> "nint",
Contracts\RuntimeTypeSystem_1.cs (1)
814
|| t == CorElementType.
I
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
624
CorElementType.
I
or CorElementType.U => ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
Dbi\DacDbiImpl.cs (2)
3238
|| type == CorElementType.
I
5392
corField->id.token1 = rts.GetPrimitiveType(CorElementType.
I
).Address.Value;
SigFormat.cs (2)
111
case CorElementType.
I
: stringBuilder.Append("IntPtr"); return;
330
case CorElementType.
I
: stringBuilder.Append("IntPtr"); return;
TypeHandleExtensions.cs (1)
140
CorElementType.
I
=> "IntPtr",