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