4 writes to m_schemesList
mscorlib (4)
system\security\policy\netcodegroup.cs (4)
252
m_schemesList
= null;
286
m_schemesList
= null;
307
m_schemesList
= new ArrayList();
729
group.
m_schemesList
= (ArrayList)this.m_schemesList.Clone();
23 references to m_schemesList
mscorlib (23)
system\security\policy\netcodegroup.cs (23)
305
if (
m_schemesList
== null)
313
for (int i=0; i <
m_schemesList
.Count; ++i)
315
if ((string)
m_schemesList
[i] == originScheme)
333
m_schemesList
.Add(originScheme);
348
if (
m_schemesList
== null)
351
DictionaryEntry[] result = new DictionaryEntry[
m_schemesList
.Count];
354
result[i].Key =
m_schemesList
[i];
552
if (
m_schemesList
== null)
555
int i =
m_schemesList
.IndexOf(lowerCaseScheme);
559
if (lowerCaseScheme == AbsentOriginScheme || (i =
m_schemesList
.IndexOf(AnyOtherOriginScheme)) == -1)
727
if (
m_schemesList
!= null)
729
group.m_schemesList = (ArrayList)this.
m_schemesList
.Clone();
781
if ((this.
m_schemesList
== null) != (that.
m_schemesList
== null))
784
if (this.
m_schemesList
== null)
787
if (this.
m_schemesList
.Count != that.
m_schemesList
.Count)
791
for (int i = 0; i < this.
m_schemesList
.Count; ++i)
793
int idx = that.
m_schemesList
.IndexOf(this.
m_schemesList
[i]);
819
if (
m_schemesList
== null)
823
for(int i = 0; i <
m_schemesList
.Count; ++i)
824
result += ((string)
m_schemesList
[i]).GetHashCode();