4 references to Disallow
BoundTreeGenerator (4)
BoundNodeClassWriter.cs (4)
662
IEnumerable<Field> nullCheckFields = AllFields(node).Where(f => FieldNullHandling(node, f.Name) == NullHandling.
Disallow
);
788
return NullHandling.
Disallow
;
807
return NullHandling.
Disallow
; // default is to disallow nulls.
1254
if (IsImmutableArray(field.Type, out _) && FieldNullHandling(node, field.Name) == NullHandling.
Disallow
)