5 references to GetGenericType
BoundTreeGenerator (5)
BoundNodeClassWriter.cs (5)
671
bool useIsDefaultProperty =
GetGenericType
(field.Type) is "ImmutableArray" or "OneOrMany";
817
else if (!IsValueType(f.Type) ||
GetGenericType
(f.Type) == "ImmutableArray")
999
if (
GetGenericType
(field.Type) == "OneOrMany")
1044
if (
GetGenericType
(field.Type) == "OneOrMany")
1828
private bool IsValueType(string typeName) => _valueTypes.Contains(
GetGenericType
(typeName).TrimEnd('?'));