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