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); 122Add("additionalfile", Project.GetAbsolutePath(additionalFile.ItemSpec)); 134Add("analyzer", Project.GetAbsolutePath(analyzer.ItemSpec)); 162Add("debug", value); 181Add("errorreport", errorReport.ToLower()); 192Add("features", feature); 233Add("reference", filePath); 241Add("reference", filePath); 245Add("reference", $"{alias}=\"{filePath}\""); 260Add("keyFile", keyFile); 266Add("keycontainer", keyContainer);
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (4)
76Add("doc", documentationFile); 90Add("optioncompare", "binary"); 94Add("optioncompare", "text"); 124Add("vbruntime", vbRuntime);