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