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