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