1 write to IReadOnlySet_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
125
IReadOnlySet_Unbound
= compilation.GetBestTypeByMetadataName("System.Collections.Generic.IReadOnlySet`1")?.ConstructUnboundGenericType();
1 reference to IReadOnlySet_Unbound
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
515
else if (IsInterfaceMatch(type, _typeSymbols.
IReadOnlySet_Unbound
))