2 references to IsUnionType
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
732if (IsUnionType(type) && type is INamedTypeSymbol namedUnionType) 856bool isUnionType = IsUnionType(typeToGenerate.Type);