7 references to ForwardSlash
MSBuildTaskHost (7)
Utilities\FileUtilities.cs (5)
34
=> c is BackSlash or
ForwardSlash
;
85
pattern[2] is BackSlash or
ForwardSlash
;
127
if (pattern[i] is BackSlash or
ForwardSlash
)
164
pattern[0] is BackSlash or
ForwardSlash
&&
165
pattern[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
))))