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