2 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)
249
pathsTable.Add(property.Name, new
ProjectImportPathMatch
(property.Name, paths.ToList()));