3 references to SerializationStream
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObject.cs (3)
140SerializationStream!.Seek(0, SeekOrigin.Begin); 144return new BinaryFormatter().Deserialize(SerializationStream); // CodeQL[SM03722, SM04191] : The operation is essential for the design experience when users are running their own designers they have created. This cannot be achieved without BinaryFormatter 220_serializationData ??= new BinaryFormatter().Deserialize(SerializationStream!); // CodeQL[SM03722, SM04191] : The operation is essential for the design experience when users are running their own designers they have created. This cannot be achieved without BinaryFormatter