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