1 write to AppConfigPath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1597
AppConfigPath
= appConfigPath,
3 references to AppConfigPath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
126
var appConfigPath = this.Arguments.
AppConfigPath
;
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (2)
86
if (commandLineArguments.
AppConfigPath
!= null)
90
using var appConfigStream = new FileStream(commandLineArguments.
AppConfigPath
, FileMode.Open, FileAccess.Read);