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