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