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