1 write to GenericICollection
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
109
GenericICollection
= compilation.GetSpecialType(SpecialType.System_Collections_Generic_ICollection_T);
3 references to GenericICollection
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.Parser.cs (2)
387
bool isDictionary = _typeSymbols.
GenericICollection
is not null && GetInterface(type, _typeSymbols.GenericIDictionary_Unbound) is not null;
458
bool isCollection = _typeSymbols.
GenericICollection
is not null && GetInterface(type, _typeSymbols.GenericICollection_Unbound) is not null;
Parser\KnownTypeSymbols.cs (1)
118
GenericICollection_Unbound =
GenericICollection
.ConstructUnboundGenericType();