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