9 references to AddString
mscorlib (9)
system\security\securitydocument.cs (5)
128AddString( str, ref position ); 217AddString( elCurrent.m_strTag, ref position ); 224AddString( (String)elCurrent.m_lAttributes[i], ref position ); 225AddString( (String)elCurrent.m_lAttributes[i+1], ref position ); 232AddString( elCurrent.m_strText, ref position );
system\security\util\parser.cs (4)
429_doc.AddString( stream.GetNextString(), ref position ); 434_doc.AddString( stream.GetNextString(), ref position ); 435_doc.AddString( stream.GetNextString(), ref position ); 440_doc.AddString( stream.GetNextString(), ref position );