3 references to _typesForGen
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (3)
62
_typesForGen
.TryGetValue(overload, out HashSet<TypeSpec>? typesAsBase);
209
if (!
_typesForGen
.TryGetValue(method, out HashSet<TypeSpec>? types))
211
_typesForGen
[method] = types = new HashSet<TypeSpec>();