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