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