3 references to TryGetFrameworkObject
BinaryFormatTests (2)
FormatTests\FormattedObject\BinaryFormatWriterTests.cs (1)
104
bool result = rootRecord.
TryGetFrameworkObject
(out object? deserialized);
SerializationRecordExtensionsTests.cs (1)
30
bool result = rootRecord.
TryGetFrameworkObject
(out object? deserialized);
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
25
record.
TryGetFrameworkObject
(out value)