7 references to PathSeparator
WindowsBase (7)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileStreamReference.cs (1)
83sb.Append(ContainerUtilities.PathSeparator);
Base\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs (6)
58static private readonly char[] _PathSeparatorArray = new char[] { PathSeparator }; 59static readonly internal string PathSeparatorAsString = new string(ContainerUtilities.PathSeparator, 1); 426pathBuilder.Append(PathSeparator); 442return result + PathSeparator + streamName; 521if (testString.IndexOf(PathSeparator) != -1) 525PathSeparator), "testString");