2 references to RelativePathBoundsAreValid
Microsoft.Build (2)
FileUtilities.cs (2)
411if (RelativePathBoundsAreValid(path, i, i + 1)) 422if (path[i] == '.' && RelativePathBoundsAreValid(path, i, i))