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