23 instantiations of BinaryFormatWriterScope
System.Private.Windows.Core (21)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (21)
44using BinaryFormatWriterScope writer = new(stream); 56using BinaryFormatWriterScope writer = new(stream); 78using BinaryFormatWriterScope writer = new(stream); 99using BinaryFormatWriterScope writer = new(stream); 111using BinaryFormatWriterScope writer = new(stream); 123using BinaryFormatWriterScope writer = new(stream); 135using BinaryFormatWriterScope writer = new(stream); 154using BinaryFormatWriterScope writer = new(stream); 177using BinaryFormatWriterScope writer = new(stream); 196using BinaryFormatWriterScope writer = new(stream); 215using BinaryFormatWriterScope writer = new(stream); 238using BinaryFormatWriterScope writer = new(stream); 257using BinaryFormatWriterScope writer = new(stream); 329using BinaryFormatWriterScope writer = new(stream); 341using BinaryFormatWriterScope writer = new(stream); 376using BinaryFormatWriterScope writer = new(stream); 474using BinaryFormatWriterScope writer = new(stream); 512using BinaryFormatWriterScope writer = new(stream); 599using BinaryFormatWriterScope writer = new(stream); 635using BinaryFormatWriterScope writer = new(stream); 762using BinaryFormatWriterScope writer = new(stream);
System.Windows.Forms (2)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (2)
25using BinaryFormatWriterScope writer = new(stream); 40using BinaryFormatWriterScope writer = new(stream);
24 references to BinaryFormatWriterScope
System.Private.Windows.Core (22)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (21)
44using BinaryFormatWriterScope writer = new(stream); 56using BinaryFormatWriterScope writer = new(stream); 78using BinaryFormatWriterScope writer = new(stream); 99using BinaryFormatWriterScope writer = new(stream); 111using BinaryFormatWriterScope writer = new(stream); 123using BinaryFormatWriterScope writer = new(stream); 135using BinaryFormatWriterScope writer = new(stream); 154using BinaryFormatWriterScope writer = new(stream); 177using BinaryFormatWriterScope writer = new(stream); 196using BinaryFormatWriterScope writer = new(stream); 215using BinaryFormatWriterScope writer = new(stream); 238using BinaryFormatWriterScope writer = new(stream); 257using BinaryFormatWriterScope writer = new(stream); 329using BinaryFormatWriterScope writer = new(stream); 341using BinaryFormatWriterScope writer = new(stream); 376using BinaryFormatWriterScope writer = new(stream); 474using BinaryFormatWriterScope writer = new(stream); 512using BinaryFormatWriterScope writer = new(stream); 599using BinaryFormatWriterScope writer = new(stream); 635using BinaryFormatWriterScope writer = new(stream); 762using BinaryFormatWriterScope writer = new(stream);
System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs (1)
19public static implicit operator BinaryWriter(in BinaryFormatWriterScope scope) => scope.Writer;
System.Windows.Forms (2)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormatWriter.cs (2)
25using BinaryFormatWriterScope writer = new(stream); 40using BinaryFormatWriterScope writer = new(stream);