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