2 writes to _doc
mscorlib (2)
system\security\util\parser.cs (2)
414_doc = new SecurityDocument( neededIndex ); 466_doc = null;
11 references to _doc
mscorlib (11)
system\security\util\parser.cs (11)
36return _doc.GetRootElement(); 428_doc.AddToken( SecurityDocument.c_element, ref position ); 429_doc.AddString( stream.GetNextString(), ref position ); 433_doc.AddToken( SecurityDocument.c_attribute, ref position ); 434_doc.AddString( stream.GetNextString(), ref position ); 435_doc.AddString( stream.GetNextString(), ref position ); 439_doc.AddToken( SecurityDocument.c_text, ref position ); 440_doc.AddString( stream.GetNextString(), ref position ); 444_doc.AppendString( " ", ref position ); 445_doc.AppendString( stream.GetNextString(), ref position ); 449_doc.AddToken( SecurityDocument.c_children, ref position );