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