2 writes to encoding
System.Runtime.Serialization (2)
System\Xml\EncodingStreamWrapper.cs (2)
117this.encoding = GetEncoding(e); 192this.encoding = encoding;
4 references to encoding
System.Runtime.Serialization (4)
System\Xml\EncodingStreamWrapper.cs (4)
90int count = this.encoding.GetChars(bytes, byteOffset, byteCount, chars, 0); 202enc = this.encoding.GetEncoder(); 207byte[] bom = this.encoding.GetPreamble(); 638int charCount = this.encoding.GetChars(bytes, 0, byteCount, chars, 0);