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