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