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