12 references to IsInterfaceMatch
Microsoft.Extensions.Configuration.Binder.SourceGeneration (12)
ConfigurationBindingGenerator.Parser.cs (12)
423(IsInterfaceMatch(type, _typeSymbols.GenericIDictionary_Unbound) || IsInterfaceMatch(type, _typeSymbols.IDictionary)))
429else if (_typeSymbols.Dictionary is not null && IsInterfaceMatch(type, _typeSymbols.IReadOnlyDictionary_Unbound))
498else if ((IsInterfaceMatch(type, _typeSymbols.GenericICollection_Unbound) || IsInterfaceMatch(type, _typeSymbols.GenericIList_Unbound)))
504else if (IsInterfaceMatch(type, _typeSymbols.GenericIEnumerable_Unbound))
512else if (IsInterfaceMatch(type, _typeSymbols.ISet_Unbound))
518else if (IsInterfaceMatch(type, _typeSymbols.IReadOnlySet_Unbound))
526else if (IsInterfaceMatch(type, _typeSymbols.IReadOnlyList_Unbound) || IsInterfaceMatch(type, _typeSymbols.IReadOnlyCollection_Unbound))
870if (IsInterfaceMatch(type, _typeSymbols.IDictionary))
892if (IsInterfaceMatch(type, @interface))