5 writes to m_strText
mscorlib (5)
system\security\securitydocument.cs (1)
283elCurrent.m_strText = strText;
system\security\securityelement.cs (4)
121m_strText = null; 137m_strText = text; 230m_strText = null; 237m_strText = value;
10 references to m_strText
mscorlib (10)
system\security\securitydocument.cs (2)
229if (elCurrent.m_strText != null) 232AddString( elCurrent.m_strText, ref position );
system\security\securityelement.cs (8)
223return Unescape( m_strText ); 390if (!String.Equals(m_strText, other.m_strText)) 457SecurityElement element = new SecurityElement( this.m_strTag, this.m_strText ); 710if (m_strText == null && (m_lChildren == null || m_lChildren.Count == 0)) 738func( obj, m_strText ); 882return Unescape( m_strText ); 913return Unescape( m_strText );