1 write to GenericICollection
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
106GenericICollection = compilation.GetSpecialType(SpecialType.System_Collections_Generic_ICollection_T);
2 references to GenericICollection
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
470else if (_typeSymbols.GenericICollection is not null && GetInterface(type, _typeSymbols.GenericICollection_Unbound) is not null)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
115GenericICollection_Unbound = GenericICollection.ConstructUnboundGenericType();