2 writes to m_maxPath
mscorlib (2)
system\io\pathhelper.cs (2)
73this.m_maxPath = Path.MaxPath; 88this.m_maxPath = maxPath;
6 references to m_maxPath
mscorlib (6)
system\io\pathhelper.cs (6)
201if (result > m_maxPath) { 207if (result >= m_maxPath) 210Contract.Assert(result < m_maxPath, "did we accidentally remove a PathTooLongException check?"); 212if (Length >= m_maxPath) { 309if (r >= m_maxPath) 344if (Length + lenSavedName >= m_maxPath)