7 references to new
PresentationCore.Tests (7)
BinaryFormat\BinaryFormatWriterTests.cs (2)
24using var formatterScope = new BinaryFormatterScope(enable: true); 40using BinaryFormatterScope formaterScope = new(enable: true);
BinaryFormat\DataObjectTests.cs (1)
23using BinaryFormatterScope formatterScope = new(enable: false);
BinaryFormat\HashTableTests.cs (1)
103using var formatterScope = new BinaryFormatterScope(enable: true);
BinaryFormat\ListTests.cs (1)
79using var formatterScope = new BinaryFormatterScope(enable: true);
BinaryFormat\PrimitiveTypeTests.cs (1)
94using BinaryFormatterScope formatterScope = new(enable: true);
TestUtilities\BinaryFormatTestExtensions.cs (1)
24using var formatterScope = new BinaryFormatterScope(enable: true);