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