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