2 references to RelativePathBoundsAreValid
MSBuildTaskHost (2)
FileUtilities.cs (2)
432if (RelativePathBoundsAreValid(path, i, i + 1)) 443if (path[i] == '.' && RelativePathBoundsAreValid(path, i, i))