1 write to GenericIEnumerable_Unbound
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
117
GenericIEnumerable_Unbound
= compilation.GetSpecialType(SpecialType.System_Collections_Generic_IEnumerable_T).ConstructUnboundGenericType();
2 references to GenericIEnumerable_Unbound
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
485
else if (IsInterfaceMatch(type, _typeSymbols.
GenericIEnumerable_Unbound
))
755
INamedTypeSymbol? candidate = GetInterface(type, _typeSymbols.
GenericIEnumerable_Unbound
);