3 references to GeneratedFilesOutputPath
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedCompiler.cs (3)
201set { _store[nameof(GeneratedFilesOutputPath)] = value; } 202get { return (string?)_store[nameof(GeneratedFilesOutputPath)]; } 881commandLine.AppendSwitchIfNotNull("/generatedfilesout:", GeneratedFilesOutputPath);