6 writes to m_url
mscorlib (6)
system\security\policy\urlmembershipcondition.cs (6)
44m_url = null; 54m_url = new URLString(url, false /* not parsed */, true /* parse eagerly */); 78m_url = url; 133mc.m_url = new URLString( m_url.ToString() ); 179m_url = null; 201m_url = url;
20 references to m_url
mscorlib (20)
system\security\policy\urlmembershipcondition.cs (20)
56if (m_url.IsRelativeFileUrl) 83if (m_url == null && m_element != null) 86return m_url.ToString(); 112if (m_url == null && m_element != null) 117if (url.GetURLString().IsSubsetOf(m_url)) 129if (m_url == null && m_element != null) 133mc.m_url = new URLString( m_url.ToString() ); 149if (m_url == null && m_element != null) 159if (m_url != null) 160root.AddAttribute( "Url", m_url.ToString() ); 214if (this.m_url == null && this.m_element != null) 216if (that.m_url == null && that.m_element != null) 219if (Equals( this.m_url, that.m_url )) 229if (m_url == null && m_element != null) 232if (m_url != null) 234return m_url.GetHashCode(); 244if (m_url == null && m_element != null) 247if (m_url != null) 248return String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "Url_ToStringArg" ), m_url.ToString() );