1 write to _jsonValue
Microsoft.Analyzers.Local (1)
ApiLifecycle\Json\JsonValue.cs (1)
601
_jsonValue
= jsonValue;
8 references to _jsonValue
Microsoft.Analyzers.Local (8)
ApiLifecycle\Json\JsonValue.cs (8)
606
public JsonObject? ObjectView =>
_jsonValue
.IsJsonObject
607
? (JsonObject?)
_jsonValue
._reference
611
public JsonArray? ArrayView =>
_jsonValue
.IsJsonArray
612
? (JsonArray?)
_jsonValue
._reference
616
public JsonValueType Type =>
_jsonValue
.Type;
618
public object? Value =>
_jsonValue
.IsJsonObject ||
_jsonValue
.IsJsonArray
619
?
_jsonValue
._reference