17 references to Add
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (17)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (13)
58Add(name, value.ToString()); 65Add(name, value, addQuoteIfValueContainsWhitespace); 81Add(name, value); 134Add("additionalfile", GetDocumentFilePath(additionalFile)); 146Add("analyzer", GetDocumentFilePath(analyzer)); 174Add("debug", value); 193Add("errorreport", errorReport.ToLower()); 204Add("features", feature); 253Add("reference", filePath); 261Add("reference", filePath); 265Add("reference", $"{alias}=\"{filePath}\""); 282Add("keyFile", keyFile); 288Add("keycontainer", keyContainer);
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (4)
76Add("doc", documentationFile); 90Add("optioncompare", "binary"); 94Add("optioncompare", "text"); 124Add("vbruntime", vbRuntime);