2 writes to m_appDirectory
mscorlib (2)
system\security\policy\applicationdirectory.cs (2)
34m_appDirectory = new URLString( name ); 40m_appDirectory = appDirectory;
7 references to m_appDirectory
mscorlib (7)
system\security\policy\applicationdirectory.cs (7)
47return m_appDirectory.ToString(); 59return m_appDirectory.Equals(other.m_appDirectory); 64return this.m_appDirectory.GetHashCode(); 69return new ApplicationDirectory(m_appDirectory); 86if (m_appDirectory != null) 87root.AddChild( new SecurityElement( "Directory", m_appDirectory.ToString() ) );