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