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