4 references to ResolveHintPath
Microsoft.Build.Tasks.UnitTests (4)
HintPathResolver_Tests.cs (4)
35
bool result =
ResolveHintPath
(tempFile.Path);
46
bool result =
ResolveHintPath
(longTempFilePath);
55
bool result =
ResolveHintPath
(Environment.NewLine + tempFile.Path + Environment.NewLine);
64
bool result =
ResolveHintPath
(" " + tempFile.Path + " ");