2 instantiations of PathHelper
mscorlib (2)
system\io\path.cs (2)
539
newBuffer = new
PathHelper
(m_arrayPtr, MaxPath);
541
newBuffer = new
PathHelper
(path.Length + Path.MaxPath, maxPathLength);
1 reference to PathHelper
mscorlib (1)
system\io\path.cs (1)
536
PathHelper
newBuffer;