1 write to _binaryFormatter
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
83
_binaryFormatter
= CreateBinaryFormatter();
3 references to _binaryFormatter
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (3)
60
if (
_binaryFormatter
is null)
65
Debug.Assert(
_binaryFormatter
is not null, "BinaryFormatter should be initialized or we should have thrown an exception!");
98
object DeserializeLocal(Stream stream) => Deserialize(
_binaryFormatter
, stream);