14 references to GetNextString
mscorlib (14)
system\security\util\parser.cs (13)
92
strValue = stream.
GetNextString
();
103
SecurityDocument.EncodedStringSize( stream.
GetNextString
() ) +
117
index += SecurityDocument.EncodedStringSize( stream.
GetNextString
() ) +
123
index += SecurityDocument.EncodedStringSize( stream.
GetNextString
() ) +
176
index += SecurityDocument.EncodedStringSize( stream.
GetNextString
() ) +
233
index += SecurityDocument.EncodedStringSize( stream.
GetNextString
() ) +
362
_t.ChangeFormat( System.Text.Encoding.GetEncoding( stream.
GetNextString
() ) );
367
if (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)
919
GetNextString
();