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