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