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