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