1 write to _writer
PresentationCore (1)
System\Windows\BinaryFormat\BinaryFormatWriterScope.cs (1)
16
_writer
= new BinaryWriter(stream, Encoding.UTF8, leaveOpen: true);
4 references to _writer
PresentationCore (4)
System\Windows\BinaryFormat\BinaryFormatWriterScope.cs (4)
17
SerializationHeader.Default.Write(
_writer
);
20
public static implicit operator BinaryWriter(in BinaryFormatWriterScope scope) => scope.
_writer
;
24
MessageEnd.Instance.Write(
_writer
);
25
_writer
.Dispose();