4 references to IsValueType
BoundTreeGenerator (4)
BoundNodeClassWriter.cs (4)
778
if (_targetLang == TargetLanguage.CSharp && (f.Null.ToUpperInvariant() is ("ALLOW" or "ALWAYS")) && !f.Type.EndsWith('?') && !
IsValueType
(f.Type))
806
else if (!
IsValueType
(f.Type) || GetGenericType(f.Type) == "ImmutableArray")
987
if (
IsValueType
(field.Type) && field.Type[^1] == '?')
1032
if (!
IsValueType
(field.Type))