1 write to IReadOnlyList_Unbound
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
121
IReadOnlyList_Unbound
= compilation.GetBestTypeByMetadataName(typeof(IReadOnlyList<>))?.ConstructUnboundGenericType();
1 reference to IReadOnlyList_Unbound
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
503
else if (IsInterfaceMatch(type, _typeSymbols.
IReadOnlyList_Unbound
) || IsInterfaceMatch(type, _typeSymbols.IReadOnlyCollection_Unbound))