3 references to _typesForGen
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Specs\BindingHelperInfo.cs (3)
62_typesForGen.TryGetValue(overload, out HashSet<TypeSpec>? typesAsBase); 219if (!_typesForGen.TryGetValue(method, out HashSet<TypeSpec>? types)) 221_typesForGen[method] = types = new HashSet<TypeSpec>();