1 write to AppConfigPath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1549
AppConfigPath
= appConfigPath,
7 references to AppConfigPath
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
126
var appConfigPath = this.Arguments.
AppConfigPath
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
4114
Assert.Null(parsedArgs.
AppConfigPath
);
4120
Assert.Null(parsedArgs.
AppConfigPath
);
4126
Assert.Null(parsedArgs.
AppConfigPath
);
4130
Assert.Equal(@"C:\abc\def\baz\a.exe.config", parsedArgs.
AppConfigPath
);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (2)
89
if (commandLineArguments.
AppConfigPath
!= null)
93
using var appConfigStream = new FileStream(commandLineArguments.
AppConfigPath
, FileMode.Open, FileAccess.Read);