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