5 writes to m_site
mscorlib (5)
system\security\policy\sitemembershipcondition.cs (5)
46m_site = null; 55m_site = new SiteString( site ); 73m_site = new SiteString( value ); 175m_site = null; 191m_site = new SiteString( elSite );
20 references to m_site
mscorlib (20)
system\security\policy\sitemembershipcondition.cs (20)
78if (m_site == null && m_element != null) 81if (m_site != null) 82return m_site.ToString(); 110if (m_site == null && m_element != null) 115if (site.GetSiteString().IsSubsetOf(this.m_site)) 126if (m_site == null && m_element != null) 129return new SiteMembershipCondition( m_site.ToString() ); 145if (m_site == null && m_element != null) 156if (m_site != null) 157root.AddAttribute( "Site", m_site.ToString() ); 202if (this.m_site == null && this.m_element != null) 204if (that.m_site == null && that.m_element != null) 207if( Equals (this.m_site, that.m_site )) 217if (m_site == null && m_element != null) 220if (m_site != null) 222return m_site.GetHashCode(); 232if (m_site == null && m_element != null) 235if (m_site != null) 236return String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "Site_ToStringArg" ), m_site );