7 references to IsJsonObject
Microsoft.Analyzers.Local (7)
ApiLifecycle\Json\JsonObject.cs (1)
198
if (_value.
IsJsonObject
)
ApiLifecycle\Json\JsonValue.cs (6)
260
public JsonObject? AsJsonObject =>
IsJsonObject
? (JsonObject?)_reference : null;
299
if (
IsJsonObject
)
311
if (
IsJsonObject
)
501
return jsonValue.
IsJsonObject
|| jsonValue.IsNull ? jsonValue._reference as JsonObject : null;
606
public JsonObject? ObjectView => _jsonValue.
IsJsonObject
618
public object? Value => _jsonValue.
IsJsonObject
|| _jsonValue.IsJsonArray