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