4 references to Array
Microsoft.Analyzers.Local (4)
ApiLifecycle\Json\JsonValue.cs (4)
110
Type = JsonValueType.
Array
;
182
public bool IsJsonArray => Type == JsonValueType.
Array
;
199
JsonValueType.Object or JsonValueType.
Array
=> true,
284
JsonValueType.String or JsonValueType.Object or JsonValueType.
Array
=> _reference,