4 references to I8
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
197
case CorElementType.
I8
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
621
CorElementType.
I8
or CorElementType.U8 or CorElementType.R8 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 8),
SigFormat.cs (2)
119
case CorElementType.
I8
: stringBuilder.Append("Int64"); return;
335
case CorElementType.
I8
: stringBuilder.Append("Int64"); return;