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