1 write to m_path
mscorlib (1)
system\security\policy\policylevel.cs (1)
146m_path = path;
4 references to m_path
mscorlib (4)
system\security\policy\policylevel.cs (4)
148if (m_path == null) { 206return m_path; 825if (!File.InternalExists(m_path)) 831string data = encoding.GetString(ReadFile(m_path));