3 references to DocumentationFile
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (3)
59set { _store[nameof(DocumentationFile)] = value; } 60get { return (string?)_store[nameof(DocumentationFile)]; } 213commandLine.AppendSwitchIfNotNull("/doc:", DocumentationFile);