14 references to GetNextString
mscorlib (14)
system\security\util\parser.cs (13)
92strValue = stream.GetNextString(); 103SecurityDocument.EncodedStringSize( stream.GetNextString() ) + 117index += SecurityDocument.EncodedStringSize( stream.GetNextString() ) + 123index += SecurityDocument.EncodedStringSize( stream.GetNextString() ) + 176index += SecurityDocument.EncodedStringSize( stream.GetNextString() ) + 233index += SecurityDocument.EncodedStringSize( stream.GetNextString() ) + 362_t.ChangeFormat( System.Text.Encoding.GetEncoding( stream.GetNextString() ) ); 367if (String.Compare( stream.GetNextString(), "encoding", StringComparison.Ordinal) == 0) 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 ); 445_doc.AppendString( stream.GetNextString(), ref position );
system\security\util\tokenizer.cs (1)
919GetNextString();