2 references to Null
Microsoft.Analyzers.Local (2)
ApiLifecycle\Json\JsonValue.cs (2)
26
public static readonly JsonValue Null = new(JsonValueType.
Null
, default, null);
144
public bool IsNull => Type == JsonValueType.
Null
;