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