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