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