7 references to PeekNextSignificantCharacter
System.Data.Services (7)
System\Data\Services\Serializers\JsonReader.cs (7)
66
char ch = this.
PeekNextSignificantCharacter
();
125
if (this.
PeekNextSignificantCharacter
() != '\0')
213
char ch = this.
PeekNextSignificantCharacter
();
272
char ch = this.
PeekNextSignificantCharacter
();
330
ch = this.
PeekNextSignificantCharacter
();
374
char ch = this.
PeekNextSignificantCharacter
();
405
ch = this.
PeekNextSignificantCharacter
();