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)
60if (_binaryFormatter is null) 65Debug.Assert(_binaryFormatter is not null, "BinaryFormatter should be initialized or we should have thrown an exception!"); 98object DeserializeLocal(Stream stream) => Deserialize(_binaryFormatter, stream);