2 instantiations of BinaryFormatterScope
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
131using BinaryFormatterScope scope = new(enable: true); 157using 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)
19Monitor.Enter(typeof(BinaryFormatterScope)); 31Monitor.Exit(typeof(BinaryFormatterScope));
BinarySerialization.cs (2)
131using BinaryFormatterScope scope = new(enable: true); 157using BinaryFormatterScope scope = new(enable: true);