3 writes to m_element
mscorlib (3)
system\security\policy\codegroup.cs (3)
52
m_element
= null;
69
m_element
= null;
405
m_element
= e;
27 references to m_element
mscorlib (27)
system\security\policy\codegroup.cs (27)
186
if (m_membershipCondition == null &&
m_element
!= null)
206
if (m_policy == null &&
m_element
!= null)
260
if (m_policy == null &&
m_element
!= null)
283
if (m_policy == null &&
m_element
!= null)
323
if (m_membershipCondition == null &&
m_element
!= null)
329
if (m_policy == null &&
m_element
!= null)
428
SecurityElement elMembershipCondition =
m_element
.SearchForChildByTag( "IMembershipCondition" );
471
if (
m_element
!= null &&
m_element
.InternalChildren != null)
478
m_element
.Children = (ArrayList)
m_element
.InternalChildren.Clone();
488
int childCount =
m_element
.InternalChildren.Count;
492
SecurityElement elGroup = (SecurityElement)
m_element
.Children[i];
536
m_element
.InternalChildren.RemoveAt( i );
542
childCount =
m_element
.InternalChildren.Count;
554
m_element
.InternalChildren.RemoveAt( i );
560
childCount =
m_element
.InternalChildren.Count;
608
m_element
.InternalChildren.Insert( marker.elementIndex, marker.element );
641
SecurityElement localRef =
m_element
;
650
if (
m_element
!= null)
652
String permSetName =
m_element
.Attribute( "PermissionSetName" );
661
SecurityElement elPermSet =
m_element
.SearchForChildByTag( "PermissionSet" );
675
String attributes =
m_element
.Attribute( "Attributes" );
692
if (localRef ==
m_element
&& m_policy == null)
722
if (this.m_membershipCondition == null && this.
m_element
!= null)
724
if (that.m_membershipCondition == null && that.
m_element
!= null)
768
if (m_membershipCondition == null &&
m_element
!= null)