49 references to Advance
System.Runtime.Serialization (49)
System\Xml\XmlBinaryWriter.cs (17)
93Advance(2); 101Advance(3); 113Advance(5); 137Advance(9); 416Advance(1 + length); 438Advance(offset - startOffset); 487Advance(2); 499Advance(3); 513Advance(5); 560Advance(8); 581Advance(trailByteCount); 715Advance(2 + length); 788Advance(1 + sizeof(float)); 816Advance(1 + sizeof(double)); 833Advance(1 + sizeof(decimal)); 849Advance(17); 863Advance(17);
System\Xml\XmlStreamNodeWriter.cs (7)
355Advance(byteCount); 443writer.Advance(this.byteCount); 539Advance(charCount); 575Advance(UnsafeGetUTF8Chars(chars, chunkSize, buffer, offset)); 583Advance(UnsafeGetUTF8Chars(chars, charCount, buffer, offset)); 599Advance(UnsafeGetUnicodeChars(chars, chunkSize, buffer, offset)); 607Advance(UnsafeGetUnicodeChars(chars, charCount, buffer, offset));
System\Xml\XmlUTF8TextWriter.cs (25)
196Advance(9); 204Advance(3); 215Advance(4); 225Advance(3); 308Advance(6); 540Advance(4); 551Advance(4); 563Advance(5); 576Advance(6); 589Advance(6); 646Advance(XmlConverter.ToChars(value, buffer, offset)); 653Advance(XmlConverter.ToChars(value, buffer, offset)); 660Advance(XmlConverter.ToChars(value, buffer, offset)); 667Advance(XmlConverter.ToChars(value, buffer, offset)); 674Advance(XmlConverter.ToChars(value, buffer, offset)); 696Advance(XmlConverter.ToChars(value, buffer, offset)); 703Advance(XmlConverter.ToChars(value, buffer, offset)); 710Advance(XmlConverter.ToChars(value, buffer, offset)); 736Advance(encoding.GetChars(buffer, offset, byteCount, chars, charOffset)); 744Advance(encoding.GetChars(buffer, offset, count, chars, charOffset)); 898writer.Advance(encoding.GetChars( 921writer.Advance(encoding.GetChars( 962thisPtr.writer.Advance(encoding.GetChars( 1175writer.Advance(encoding.GetChars(this.buffer, this.offset, byteCount, chars, charOffset)); 1195writer.Advance(encoding.GetChars(this.buffer, this.offset, this.count, chars, charOffset));