17 references to Add
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (17)
MSBuild\ProjectFile\CommandLineArgumentReader.cs (13)
57Add(name, value.ToString()); 64Add(name, value, addQuoteIfValueContainsWhitespace); 80Add(name, value); 121Add("additionalfile", Project.GetAbsolutePath(additionalFile.ItemSpec)); 133Add("analyzer", Project.GetAbsolutePath(analyzer.ItemSpec)); 161Add("debug", value); 180Add("errorreport", errorReport.ToLower()); 191Add("features", feature); 232Add("reference", filePath); 240Add("reference", filePath); 244Add("reference", $"{alias}=\"{filePath}\""); 259Add("keyFile", keyFile); 265Add("keycontainer", keyContainer);
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (4)
75Add("doc", documentationFile); 89Add("optioncompare", "binary"); 93Add("optioncompare", "text"); 123Add("vbruntime", vbRuntime);