5 references to Null
BoundTreeGenerator (5)
BoundNodeClassWriter.cs (5)
776
if (f.
Null
!= null)
778
if (_targetLang == TargetLanguage.CSharp && (f.
Null
.ToUpperInvariant() is ("ALLOW" or "ALWAYS")) && !f.Type.EndsWith('?') && !IsValueType(f.Type))
783
switch (f.
Null
.ToUpperInvariant())
796
throw new ArgumentException("Unexpected value", nameof(f.
Null
));
1584
return $"infoAndType.Type" + (field.
Null
== "disallow" ? "!" : "");