4 references to ResolveHintPath
Microsoft.Build.Tasks.UnitTests (4)
HintPathResolver_Tests.cs (4)
34
bool result =
ResolveHintPath
(tempFile.Path);
45
bool result =
ResolveHintPath
(longTempFilePath);
54
bool result =
ResolveHintPath
(Environment.NewLine + tempFile.Path + Environment.NewLine);
63
bool result =
ResolveHintPath
(" " + tempFile.Path + " ");