3 overrides of GetProjectImportSearchPathsTable
Microsoft.Build (3)
Definition\ToolsetConfigurationReader.cs (1)
207
protected override Dictionary<string, ProjectImportPathMatch>
GetProjectImportSearchPathsTable
(string toolsVersion, string os)
Definition\ToolsetLocalReader.cs (1)
52
protected override Dictionary<string, ProjectImportPathMatch>
GetProjectImportSearchPathsTable
(string toolsVersion, string os)
Definition\ToolsetRegistryReader.cs (1)
278
protected override Dictionary<string, ProjectImportPathMatch>
GetProjectImportSearchPathsTable
(string toolsVersion, string os)
1 reference to GetProjectImportSearchPathsTable
Microsoft.Build (1)
Definition\ToolsetReader.cs (1)
499
var importSearchPathsTable =
GetProjectImportSearchPathsTable
(toolsVersion.Name, NativeMethodsShared.GetOSNameForExtensionsPath());