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