7 references to GetValue
System.Private.Windows.Core (7)
System\Private\Windows\Core\BinaryFormat\BinaryFormatWriter.cs (7)
592if (info.GetValue<object?>("Comparer") is not null 593|| info.GetValue<object?>("HashCodeProvider") is not null) 599object[] keys = info.GetValue<object[]>("Keys")!; 600object?[] values = info.GetValue<object?[]>("Values")!; 616info.GetValue<float>("LoadFactor"), 617info.GetValue<int>("Version"), 621info.GetValue<int>("HashSize"),