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