8 references to GetValue
System.Private.Windows.Core (7)
System\Private\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
590if (info.GetValue<object?>("Comparer") is not null 591|| info.GetValue<object?>("HashCodeProvider") is not null) 597object[] keys = info.GetValue<object[]>("Keys")!; 598object?[] values = info.GetValue<object?[]>("Values")!; 614info.GetValue<float>("LoadFactor"), 615info.GetValue<int>("Version"), 619info.GetValue<int>("HashSize"),
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageListStreamer.cs (1)
26if (info.GetValue<byte[]>("Data") is { } data)