1 instantiation of AppContextSwitchScope
PresentationCore.Tests (1)
TestUtilities\BinaryFormatterScope.cs (1)
21
_switchScope = new
AppContextSwitchScope
(AppContextSwitchNames.EnableUnsafeBinaryFormatterSerialization, enable);
1 reference to AppContextSwitchScope
PresentationCore.Tests (1)
TestUtilities\BinaryFormatterScope.cs (1)
14
private readonly
AppContextSwitchScope
_switchScope;