5 writes to m_lChildren
mscorlib (5)
system\security\securityelement.cs (5)
263
m_lChildren
= value;
341
m_lChildren
= new ArrayList( c_ChildrenTypical );
353
m_lChildren
= new ArrayList( c_ChildrenTypical );
366
m_lChildren
= new ArrayList( c_ChildrenTypical );
458
element.
m_lChildren
= this.m_lChildren == null ? null : new ArrayList( this.m_lChildren );
37 references to m_lChildren
mscorlib (37)
system\security\securityelement.cs (37)
247
return
m_lChildren
;
269
if (
m_lChildren
== null)
272
for (int i = 0; i <
m_lChildren
.Count; ++i)
274
ISecurityElementFactory iseFactory =
m_lChildren
[i] as ISecurityElementFactory;
275
if (iseFactory != null && !(
m_lChildren
[i] is SecurityElement))
276
m_lChildren
[i] = iseFactory.CreateSecurityElement();
286
return
m_lChildren
;
340
if (
m_lChildren
== null)
343
m_lChildren
.Add( child );
352
if (
m_lChildren
== null)
355
m_lChildren
.Add( child );
364
if (
m_lChildren
== null)
367
m_lChildren
.Add( child );
371
for (int i = 0; i <
m_lChildren
.Count; ++i)
373
if (
m_lChildren
[i] == child)
376
m_lChildren
.Add( child );
424
if (
m_lChildren
== null || other.
m_lChildren
== null)
426
if (
m_lChildren
!= other.
m_lChildren
)
431
if (
m_lChildren
.Count != other.
m_lChildren
.Count)
438
IEnumerator lhs =
m_lChildren
.GetEnumerator();
439
IEnumerator rhs = other.
m_lChildren
.GetEnumerator();
458
element.m_lChildren = this.
m_lChildren
== null ? null : new ArrayList( this.
m_lChildren
);
710
if (m_strText == null && (
m_lChildren
== null ||
m_lChildren
.Count == 0))
742
if (
m_lChildren
!= null)
750
for (int i = 0; i <
m_lChildren
.Count; ++i)
752
((SecurityElement)
m_lChildren
[i]).ToString( "", obj, func );
819
if (
m_lChildren
== null)
822
IEnumerator enumerator =
m_lChildren
.GetEnumerator();
883
if (
m_lChildren
== null)
886
IEnumerator enumerator =
m_lChildren
.GetEnumerator();
914
if (
m_lChildren
== null)
917
IEnumerator enumerator =
m_lChildren
.GetEnumerator();