1 implementation of TryGetObject
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (1)
166bool INrbfSerializer.TryGetObject(SerializationRecord record, [NotNullWhen(true)] out object? value) => TryGetObject(record, out value);
2 references to TryGetObject
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Nrbf\INrbfSerializer.cs (1)
47/// <see cref="TryBindToType(TypeName, out Type?)"/> and <see cref="TryGetObject(SerializationRecord, out object?)"/>
System\Private\Windows\Ole\BinaryFormatUtilities.cs (1)
148if (s_nrbfSerializer.TryGetObject(record, out value))