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