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