9 writes to m_urls
mscorlib (9)
system\security\permissions\urlidentitypermission.cs (9)
60
m_urls
= new URLString[1];
124
m_urls
= new URLString[1];
153
m_urls
= null;
156
m_urls
= new URLString[1];
196
perm.
m_urls
= new URLString[this.m_urls.Length];
278
result.
m_urls
= alUrls.ToArray();
325
result.
m_urls
= alUrls.ToArray();
333
m_urls
= null;
356
m_urls
= al.ToArray();
44 references to m_urls
mscorlib (44)
system\security\permissions\urlidentitypermission.cs (44)
61
m_urls
[0] = m_url;
74
if (
m_urls
!= null &&
m_urls
.Length == 1) // for the v1.x case
75
m_url =
m_urls
[0];
125
m_urls
[0] = site;
131
if (
m_urls
== null)
136
for(n = 0; n < this.
m_urls
.Length; n++)
137
originList.Add(
m_urls
[n].ToString());
157
m_urls
[0] = new URLString( value );
163
if(
m_urls
== null)
165
if(
m_urls
.Length == 1)
166
return
m_urls
[0].ToString();
194
if (this.
m_urls
!= null)
196
perm.m_urls = new URLString[this.
m_urls
.Length];
198
for(n = 0; n < this.
m_urls
.Length; n++)
199
perm.
m_urls
[n] = (URLString)this.
m_urls
[n].Copy();
210
if(
m_urls
== null)
212
if(
m_urls
.Length == 0)
223
if(this.
m_urls
!= null)
225
foreach(URLString usThis in this.
m_urls
)
228
if(that.
m_urls
!= null)
230
foreach(URLString usThat in that.
m_urls
)
263
if(this.
m_urls
== null || that.
m_urls
== null || this.
m_urls
.Length == 0 || that.
m_urls
.Length == 0)
266
foreach(URLString usThis in this.
m_urls
)
268
foreach(URLString usThat in that.
m_urls
)
286
if((this.
m_urls
== null || this.
m_urls
.Length == 0) && !this.m_unrestricted)
299
if (this.
m_urls
== null || this.
m_urls
.Length == 0)
301
if(that.
m_urls
== null || that.
m_urls
.Length == 0)
305
if(that.
m_urls
== null || that.
m_urls
.Length == 0)
308
foreach(URLString usThis in this.
m_urls
)
310
foreach(URLString usThat in that.
m_urls
)
364
else if (
m_urls
!= null)
366
if (
m_urls
.Length == 1)
367
esd.AddAttribute( "Url",
m_urls
[0].ToString() );
371
for(n = 0; n <
m_urls
.Length; n++)
374
child.AddAttribute( "Url",
m_urls
[n].ToString() );