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