2 instantiations of BinaryFormatterScope
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
131
using BinaryFormatterScope scope =
new
(enable: true);
157
using BinaryFormatterScope scope =
new
(enable: true);
5 references to BinaryFormatterScope
System.Private.Windows.Core.TestUtilities (5)
AppContextSwitchScope.cs (1)
12
/// See <see cref="
BinaryFormatterScope
"/> for an example of doing this.
BinaryFormatterScope.cs (2)
19
Monitor.Enter(typeof(
BinaryFormatterScope
));
31
Monitor.Exit(typeof(
BinaryFormatterScope
));
BinarySerialization.cs (2)
131
using
BinaryFormatterScope
scope = new(enable: true);
157
using
BinaryFormatterScope
scope = new(enable: true);