1 instantiation of CSharpCommandLineArguments
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1578
return new
CSharpCommandLineArguments
3 references to CSharpCommandLineArguments
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (1)
52
public new
CSharpCommandLineArguments
Parse(IEnumerable<string> args, string? baseDirectory, string? sdkDirectory, string? additionalReferenceDirectories = null)
CommandLine\CSharpCompiler.cs (2)
36
protected internal new
CSharpCommandLineArguments
Arguments { get { return (
CSharpCommandLineArguments
)base.Arguments; } }