2 references to AppConfigForCompiler
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\Constants\PropertyNames.cs (1)
10public const string AppConfigForCompiler = nameof(AppConfigForCompiler);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
37AddIfNotNullOrWhiteSpace("appconfig", Project.ReadPropertyString(PropertyNames.AppConfigForCompiler));