5 references to ImportPropertySearchPathsTable
Microsoft.Build (1)
Definition\Toolset.cs (1)
376if (string.IsNullOrEmpty(expression) || ImportPropertySearchPathsTable == null)
Microsoft.Build.Engine.UnitTests (4)
Definition\Toolset_Tests.cs (3)
154Assert.NotNull(t2.ImportPropertySearchPathsTable); 155Assert.Single(t2.ImportPropertySearchPathsTable); 156Assert.Equal(@"c:\foo", t2.ImportPropertySearchPathsTable["MSBuildExtensionsPath"].SearchPaths[0]);
Definition\ToolsetConfigurationReader_Tests.cs (1)
566Dictionary<string, ProjectImportPathMatch> pathsTable = toolsets["2.0"].ImportPropertySearchPathsTable;