5 references to ProjectImportPathMatch
Microsoft.Build (2)
Definition\ProjectImportPathMatch.cs (1)
23
public static readonly ProjectImportPathMatch None = new
ProjectImportPathMatch
(string.Empty, new List<string>());
Definition\ToolsetConfigurationReader.cs (1)
250
pathsTable.Add(property.Name, new
ProjectImportPathMatch
(property.Name, paths.ToList()));
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskRegistry_Tests.cs (2)
1903
{"a", new
ProjectImportPathMatch
("a", new List<string> {"b", "c"}) },
1904
{"d", new
ProjectImportPathMatch
("d", new List<string> {"e", "f"}) }
Definition\Toolset_Tests.cs (1)
111
["MSBuildExtensionsPath"] = new
ProjectImportPathMatch
("MSBuildExtensionsPath", new List<string> { @"c:\foo" })