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