7 writes to m_sites
mscorlib (7)
system\security\permissions\siteidentitypermission.cs (7)
58
m_sites
= new SiteString[1];
126
m_sites
= new SiteString[1];
165
perm.
m_sites
= new SiteString[this.m_sites.Length];
247
result.
m_sites
= alSites.ToArray();
294
result.
m_sites
= alSites.ToArray();
302
m_sites
= null;
325
m_sites
= al.ToArray();
40 references to m_sites
mscorlib (40)
system\security\permissions\siteidentitypermission.cs (40)
59
m_sites
[0] = m_site;
71
if (
m_sites
!= null &&
m_sites
.Length == 1) // for the v1.x case
72
m_site =
m_sites
[0];
127
m_sites
[0] = new SiteString( value );
132
if(
m_sites
== null)
134
if(
m_sites
.Length == 1)
135
return
m_sites
[0].ToString();
163
if (this.
m_sites
!= null)
165
perm.m_sites = new SiteString[this.
m_sites
.Length];
167
for(n = 0; n < this.
m_sites
.Length; n++)
168
perm.
m_sites
[n] = (SiteString)this.
m_sites
[n].Copy();
179
if(
m_sites
== null)
181
if(
m_sites
.Length == 0)
192
if(this.
m_sites
!= null)
194
foreach(SiteString ssThis in this.
m_sites
)
197
if(that.
m_sites
!= null)
199
foreach(SiteString ssThat in that.
m_sites
)
232
if(this.
m_sites
== null || that.
m_sites
== null || this.
m_sites
.Length == 0 || that.
m_sites
.Length == 0)
235
foreach(SiteString ssThis in this.
m_sites
)
237
foreach(SiteString ssThat in that.
m_sites
)
255
if((this.
m_sites
== null || this.
m_sites
.Length == 0) && !this.m_unrestricted)
268
if (this.
m_sites
== null || this.
m_sites
.Length == 0)
270
if(that.
m_sites
== null || that.
m_sites
.Length == 0)
274
if(that.
m_sites
== null || that.
m_sites
.Length == 0)
277
foreach(SiteString ssThis in this.
m_sites
)
279
foreach(SiteString ssThat in that.
m_sites
)
333
else if (
m_sites
!= null)
335
if (
m_sites
.Length == 1)
336
esd.AddAttribute( "Site",
m_sites
[0].ToString() );
340
for(n = 0; n <
m_sites
.Length; n++)
343
child.AddAttribute( "Site",
m_sites
[n].ToString() );