2 references to TryWriteHashtable
BinaryFormatTests (1)
FormatTests\FormattedObject\HashTableTests.cs (1)
91BinaryFormatWriter.TryWriteHashtable(stream, hashtable).Should().BeFalse();
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (1)
709return TryWriteHashtable(stream, hashtable);