6 references to Default
csc (1)
src\roslyn\src\Compilers\Shared\Csc.cs (1)
18
: base(CSharpCommandLineParser.
Default
, responseFile, args, buildPaths, Environment.GetEnvironmentVariable("LIB"), analyzerLoader)
dotnet (1)
Commands\Run\CSharpCompilerCommand.cs (1)
122
CSharpCommandLineParser.
Default
.Parse(CscArguments, BaseDirectory, sdkDirectory: null) is { OutputFileName: { } outputFileName } parsedArgs)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpCommandLineParserService.cs (1)
27
var parser = CSharpCommandLineParser.
Default
;
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpCommandLineParserService.cs (1)
27
var parser = CSharpCommandLineParser.
Default
;
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpCommandLineParserService.cs (1)
27
var parser = CSharpCommandLineParser.
Default
;
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
27
: base(CSharpCommandLineParser.
Default
, responseFile, args, buildPaths, libDirectory, analyzerLoader, driverCache)