1 instantiation of ErrorLogOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
254return new ErrorLogOptions(path, sarifVersion);
5 references to ErrorLogOptions
Microsoft.CodeAnalysis (3)
CommandLine\CommandLineArguments.cs (1)
135public ErrorLogOptions? ErrorLogOptions { get; internal set; }
CommandLine\CommandLineParser.cs (1)
204internal ErrorLogOptions? ParseErrorLogOptions(
CommandLine\ErrorLogOptions.cs (1)
25/// Initializes a new instance of the <see cref="ErrorLogOptions"/> class.
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
83ErrorLogOptions? errorLogOptions = null;
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
108Dim errorLogOptions As ErrorLogOptions = Nothing