15 instantiations of BinaryFormatWriterScope
PresentationCore (15)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (15)
52
using var writer = new
BinaryFormatWriterScope
(stream);
64
using var writer = new
BinaryFormatWriterScope
(stream);
84
using var writer = new
BinaryFormatWriterScope
(stream);
103
using var writer = new
BinaryFormatWriterScope
(stream);
115
using var writer = new
BinaryFormatWriterScope
(stream);
127
using var writer = new
BinaryFormatWriterScope
(stream);
139
using BinaryFormatWriterScope writer =
new
(stream);
156
using BinaryFormatWriterScope writer =
new
(stream);
223
using var writer = new
BinaryFormatWriterScope
(stream);
235
using BinaryFormatWriterScope writer =
new
(stream);
270
using var writer = new
BinaryFormatWriterScope
(stream);
369
using BinaryFormatWriterScope writer =
new
(stream);
405
using BinaryFormatWriterScope writer =
new
(stream);
462
using var writer = new
BinaryFormatWriterScope
(stream);
500
using var writer = new
BinaryFormatWriterScope
(stream);
16 references to BinaryFormatWriterScope
PresentationCore (16)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (15)
52
using
var
writer = new BinaryFormatWriterScope(stream);
64
using
var
writer = new BinaryFormatWriterScope(stream);
84
using
var
writer = new BinaryFormatWriterScope(stream);
103
using
var
writer = new BinaryFormatWriterScope(stream);
115
using
var
writer = new BinaryFormatWriterScope(stream);
127
using
var
writer = new BinaryFormatWriterScope(stream);
139
using
BinaryFormatWriterScope
writer = new(stream);
156
using
BinaryFormatWriterScope
writer = new(stream);
223
using
var
writer = new BinaryFormatWriterScope(stream);
235
using
BinaryFormatWriterScope
writer = new(stream);
270
using
var
writer = new BinaryFormatWriterScope(stream);
369
using
BinaryFormatWriterScope
writer = new(stream);
405
using
BinaryFormatWriterScope
writer = new(stream);
462
using
var
writer = new BinaryFormatWriterScope(stream);
500
using
var
writer = new BinaryFormatWriterScope(stream);
System\Windows\BinaryFormat\BinaryFormatWriterScope.cs (1)
20
public static implicit operator BinaryWriter(in
BinaryFormatWriterScope
scope) => scope._writer;