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