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