3 references to IsUnionType
System.Text.Json.SourceGeneration (3)
JsonSourceGenerator.Parser.cs (3)
834if (IsUnionType(type) && type is INamedTypeSymbol namedUnionType) 996bool isUnionType = IsUnionType(typeToGenerate.Type); 1854if (type is INamedTypeSymbol unionType && IsUnionType(unionType))