2 references to T_INT8
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (2)
102
TypeFlags.Int64 =>
T_INT8
,
104
TypeFlags.IntPtr => _targetPointerSize == 8 ?
T_INT8
: T_INT4,