5 references to TypeTypeRef
System.Text.Json.SourceGeneration (5)
JsonSourceGenerator.Emitter.cs (5)
644
writer.WriteLine($"UnionConstructor = static ({
TypeTypeRef
} _, object? value) => value switch");
2059
private static {{JsonConverterTypeRef}}? GetRuntimeConverterForType({{
TypeTypeRef
}} type, {{JsonSerializerOptionsTypeRef}} options)
2073
private static {{JsonConverterTypeRef}} ExpandConverter({{
TypeTypeRef
}} type, {{JsonConverterTypeRef}} converter, {{JsonSerializerOptionsTypeRef}} options, bool validateCanConvert = true)
2120
public override {{JsonTypeInfoTypeRef}}? GetTypeInfo({{
TypeTypeRef
}} type)
2130
writer.WriteLine($"{JsonTypeInfoTypeRef}? {JsonTypeInfoResolverTypeRef}.GetTypeInfo({
TypeTypeRef
} type, {JsonSerializerOptionsTypeRef} options)");