1 write to IEnumerable
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
103
IEnumerable
= compilation.GetSpecialType(SpecialType.System_Collections_IEnumerable);
1 reference to IEnumerable
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
847
type is INamedTypeSymbol namedType && GetInterface(namedType, _typeSymbols.
IEnumerable
) is not null;