1 write to GenericICollection_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
118
GenericICollection_Unbound
= GenericICollection.ConstructUnboundGenericType();
2 references to GenericICollection_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (2)
458
bool isCollection = _typeSymbols.GenericICollection is not null && GetInterface(type, _typeSymbols.
GenericICollection_Unbound
) is not null;
495
else if ((IsInterfaceMatch(type, _typeSymbols.
GenericICollection_Unbound
) || IsInterfaceMatch(type, _typeSymbols.GenericIList_Unbound)))