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