1 instantiation of KeyValuePair
Microsoft.Analyzers.Local (1)
JsonObject.cs (1)
168keys[i] = new KeyValuePair(property.Key, property.Value);
2 references to KeyValuePair
Microsoft.Analyzers.Local (2)
JsonObject.cs (2)
159public KeyValuePair[] Keys 163var keys = new KeyValuePair[_object.Count];