7 references to Copy
mscorlib (7)
system\security\permissions\fileiopermission.cs (7)
770copy.m_read = this.m_read.Copy(); 774copy.m_write = this.m_write.Copy(); 778copy.m_append = this.m_append.Copy(); 782copy.m_pathDiscovery = this.m_pathDiscovery.Copy(); 786copy.m_viewAcl = this.m_viewAcl.Copy(); 790copy.m_changeAcl = this.m_changeAcl.Copy(); 1260return this.IsEmpty() ? null : this.Copy();