1 write to _writer
System.Private.DataContractSerialization (1)
System\Xml\XmlBinaryWriter.cs (1)
1159_writer ??= new XmlBinaryNodeWriter();
16 references to _writer
System.Private.DataContractSerialization (16)
System\Xml\XmlBinaryWriter.cs (16)
1160_writer.SetOutput(stream, dictionary, session, ownsStream); 1161SetOutput(_writer); 1248_writer.WriteArrayNode(); 1256_writer.WriteArrayNode(); 1265_writer.WriteArray(nodeType, count, bytes); 1272_writer.WriteArray(nodeType, count, bytes); 1300_writer.WriteBoolArray(array.AsSpan(offset, count)); 1318_writer.WriteInt16Array(array.AsSpan(offset, count)); 1336_writer.WriteInt32Array(array.AsSpan(offset, count)); 1354_writer.WriteInt64Array(array.AsSpan(offset, count)); 1372_writer.WriteFloatArray(array.AsSpan(offset, count)); 1390_writer.WriteDoubleArray(array.AsSpan(offset, count)); 1408_writer.WriteDecimalArray(array.AsSpan(offset, count)); 1426_writer.WriteDateTimeArray(array.AsSpan(offset, count)); 1444_writer.WriteGuidArray(array.AsSpan(offset, count)); 1462_writer.WriteTimeSpanArray(array.AsSpan(offset, count));