5 references to GetGenericType
BoundTreeGenerator (5)
BoundNodeClassWriter.cs (5)
670bool useIsDefaultProperty = GetGenericType(field.Type) is "ImmutableArray" or "OneOrMany"; 806else if (!IsValueType(f.Type) || GetGenericType(f.Type) == "ImmutableArray") 990if (GetGenericType(field.Type) == "OneOrMany") 1035if (GetGenericType(field.Type) == "OneOrMany") 1752private bool IsValueType(string typeName) => _valueTypes.Contains(GetGenericType(typeName).TrimEnd('?'));