1 write to Writer
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs (1)
15Writer = new BinaryWriter(stream, Encoding.UTF8, leaveOpen: true);
4 references to Writer
System.Private.Windows.Core (4)
System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs (4)
16SerializationHeader.Default.Write(Writer); 19public static implicit operator BinaryWriter(in BinaryFormatWriterScope scope) => scope.Writer; 23MessageEnd.Write(Writer); 24Writer.Dispose();