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