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