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)
284SerializeWithBinaryFormatter(_binaryFormatter, nodeInfo, value, _typeNameConverter); 452object? 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