7 references to TypeRef
System.Text.Json.SourceGeneration (7)
JsonSourceGenerator.Parser.cs (7)
226return new TypeRef(type); 543customConverterType = new TypeRef(converterSymbol); 611var typeRef = new TypeRef(type); 883return dictionary is null ? null : new TypeRef(dictionary); 901var declaringTypeRef = new TypeRef(currentType); 1160: new TypeRef(memberType); 1537return new TypeRef(converterType);