7 references to GetValue
Microsoft.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
589if (info.GetValue<object?>("Comparer") is not null 590|| info.GetValue<object?>("HashCodeProvider") is not null) 596object[] keys = info.GetValue<object[]>("Keys")!; 597object?[] values = info.GetValue<object?[]>("Values")!; 613info.GetValue<float>("LoadFactor"), 614info.GetValue<int>("Version"), 618info.GetValue<int>("HashSize"),