21 instantiations of BinaryFormatWriterScope
System.Private.Windows.Core (21)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (21)
45
using BinaryFormatWriterScope writer =
new
(stream);
57
using BinaryFormatWriterScope writer =
new
(stream);
79
using BinaryFormatWriterScope writer =
new
(stream);
100
using BinaryFormatWriterScope writer =
new
(stream);
112
using BinaryFormatWriterScope writer =
new
(stream);
124
using BinaryFormatWriterScope writer =
new
(stream);
136
using BinaryFormatWriterScope writer =
new
(stream);
155
using BinaryFormatWriterScope writer =
new
(stream);
178
using BinaryFormatWriterScope writer =
new
(stream);
197
using BinaryFormatWriterScope writer =
new
(stream);
216
using BinaryFormatWriterScope writer =
new
(stream);
239
using BinaryFormatWriterScope writer =
new
(stream);
258
using BinaryFormatWriterScope writer =
new
(stream);
330
using BinaryFormatWriterScope writer =
new
(stream);
342
using BinaryFormatWriterScope writer =
new
(stream);
377
using BinaryFormatWriterScope writer =
new
(stream);
475
using BinaryFormatWriterScope writer =
new
(stream);
513
using BinaryFormatWriterScope writer =
new
(stream);
600
using BinaryFormatWriterScope writer =
new
(stream);
636
using BinaryFormatWriterScope writer =
new
(stream);
763
using BinaryFormatWriterScope writer =
new
(stream);
22 references to BinaryFormatWriterScope
System.Private.Windows.Core (22)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (21)
45
using
BinaryFormatWriterScope
writer = new(stream);
57
using
BinaryFormatWriterScope
writer = new(stream);
79
using
BinaryFormatWriterScope
writer = new(stream);
100
using
BinaryFormatWriterScope
writer = new(stream);
112
using
BinaryFormatWriterScope
writer = new(stream);
124
using
BinaryFormatWriterScope
writer = new(stream);
136
using
BinaryFormatWriterScope
writer = new(stream);
155
using
BinaryFormatWriterScope
writer = new(stream);
178
using
BinaryFormatWriterScope
writer = new(stream);
197
using
BinaryFormatWriterScope
writer = new(stream);
216
using
BinaryFormatWriterScope
writer = new(stream);
239
using
BinaryFormatWriterScope
writer = new(stream);
258
using
BinaryFormatWriterScope
writer = new(stream);
330
using
BinaryFormatWriterScope
writer = new(stream);
342
using
BinaryFormatWriterScope
writer = new(stream);
377
using
BinaryFormatWriterScope
writer = new(stream);
475
using
BinaryFormatWriterScope
writer = new(stream);
513
using
BinaryFormatWriterScope
writer = new(stream);
600
using
BinaryFormatWriterScope
writer = new(stream);
636
using
BinaryFormatWriterScope
writer = new(stream);
763
using
BinaryFormatWriterScope
writer = new(stream);
System\Private\Windows\BinaryFormat\Support\BinaryFormatWriterScope.cs (1)
19
public static implicit operator BinaryWriter(in
BinaryFormatWriterScope
scope) => scope.Writer;