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