14 references to I
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\CallingConvention\CallingConvention_1.cs (3)
214
ElementType = CdacCorElementType.
I
,
239
ElementType = CdacCorElementType.
I
,
350
return new CdacTypeHandle(rts.GetPrimitiveType(CdacCorElementType.
I
), _target, this);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
223
case CdacCorElementType.
I
:
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (1)
41
=> new(CorElementType.FnPtr, _rts.GetPrimitiveType(CorElementType.
I
));
Contracts\ManagedTypeSource_1.cs (1)
371
CorElementType.
I
=> "nint",
Contracts\RuntimeTypeSystem_1.cs (1)
814
|| t == CorElementType.
I
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataFrame.cs (1)
708
CorElementType.
I
or CorElementType.U => ((uint)ClrDataValueFlag.IS_PRIMITIVE, -1),
ClrDataValue.cs (1)
1085
or CorElementType.
I
Dbi\DacDbiImpl.cs (2)
3343
|| type == CorElementType.
I
5542
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",