1 write to _binaryFormatter
System.Windows.Forms (1)
System\Resources\ResXDataNode.cs (1)
446
_binaryFormatter
??= new BinaryFormatter
2 references to _binaryFormatter
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
284
SerializeWithBinaryFormatter(
_binaryFormatter
, nodeInfo, value, _typeNameConverter);
454
object? result =
_binaryFormatter
.Deserialize(stream); // CodeQL[SM03722] : BinaryFormatter is intended to be used as a fallback for unsupported types. Users must explicitly opt into this behavior