7 references to BackSlash
MSBuildTaskHost (7)
Utilities\FileUtilities.cs (5)
34=> c is BackSlash or ForwardSlash; 85pattern[2] is BackSlash or ForwardSlash; 127if (pattern[i] is BackSlash or ForwardSlash) 164pattern[0] is BackSlash or ForwardSlash && 165pattern[1] is BackSlash or ForwardSlash;
Utilities\FileUtilities.ItemSpecModifiers.cs (2)
410((path.Length >= 3 && path[2] is not (BackSlash or ForwardSlash)) || 411(path.Length >= 4 && path[3] is not (BackSlash or ForwardSlash))))