2 references to VolumeSeparatorChar
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\PathUtilities.cs (2)
36
if (ch == DirectorySeparatorChar || ch == AltDirectorySeparatorChar || ch ==
VolumeSeparatorChar
)
63
if (c == DirectorySeparatorChar || c == AltDirectorySeparatorChar || c ==
VolumeSeparatorChar
)