1 write to IReadOnlyList_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
124
IReadOnlyList_Unbound
= compilation.GetBestTypeByMetadataName(typeof(IReadOnlyList<>))?.ConstructUnboundGenericType();
1 reference to IReadOnlyList_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
523
else if (IsInterfaceMatch(type, _typeSymbols.
IReadOnlyList_Unbound
) || IsInterfaceMatch(type, _typeSymbols.IReadOnlyCollection_Unbound))