3 writes to m_strTag
mscorlib (3)
system\security\securityelement.cs (3)
120m_strTag = tag; 136m_strTag = tag; 159m_strTag = value;
12 references to m_strTag
mscorlib (12)
system\security\securitydocument.cs (1)
217AddString( elCurrent.m_strTag, ref position );
system\security\securityelement.cs (11)
147return m_strTag; 386if (!String.Equals(m_strTag, other.m_strTag)) 457SecurityElement element = new SecurityElement( this.m_strTag, this.m_strText ); 675func( obj, m_strTag ); 764func( obj, m_strTag ); 853switch (m_strTag) 880if (m_strTag == null) return null; 881if (m_strTag.Equals( strLocalName ) || m_strTag.EndsWith( ":" + strLocalName, StringComparison.Ordinal )) 912if (String.Equals(m_strTag, tag))