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