5 references to TryGetPrimitiveHashtable
BinaryFormatTests (3)
FormatTests\FormattedObject\HashTableTests.cs (3)
72
rootRecord.
TryGetPrimitiveHashtable
(out Hashtable? deserialized).Should().BeFalse();
130
rootRecord.
TryGetPrimitiveHashtable
(out Hashtable? deserialized).Should().BeTrue();
148
rootRecord.
TryGetPrimitiveHashtable
(out Hashtable? deserialized).Should().BeTrue();
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
29
if (rootRecord.
TryGetPrimitiveHashtable
(out _bag!))
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
33
success = rootRecord.
TryGetPrimitiveHashtable
(out _bag!);