6 references to WritePrimitiveHashtable
BinaryFormatTests (3)
FormatTests\FormattedObject\HashTableTests.cs (3)
100BinaryFormatWriter.WritePrimitiveHashtable(stream, hashtable); 121Action action = () => BinaryFormatWriter.WritePrimitiveHashtable(stream, hashtable); 144BinaryFormatWriter.WritePrimitiveHashtable(stream, hashtable);
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
566=> TryWrite(WritePrimitiveHashtable, stream, hashtable);
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
110BinaryFormatWriter.WritePrimitiveHashtable(stream, _bag);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
83BinaryFormatWriter.WritePrimitiveHashtable(stream, _bag);