3 references to StackTraceData
ilc (3)
ILCompilerRootCommand.cs (1)
237
Options.Add(
StackTraceData
);
Program.cs (2)
402
(bool emitStackTraceData, bool stackTraceLineNumbers) = Get(_command.
StackTraceData
) switch
407
_ => throw new CommandLineException($"Unknown stack trace data: {Get(_command.
StackTraceData
)}"),