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