12 references to IsInterfaceMatch
Microsoft.Extensions.Configuration.Binder.SourceGeneration (12)
ConfigurationBindingGenerator.Parser.cs (12)
420(IsInterfaceMatch(type, _typeSymbols.GenericIDictionary_Unbound) || IsInterfaceMatch(type, _typeSymbols.IDictionary)))
426else if (_typeSymbols.Dictionary is not null && IsInterfaceMatch(type, _typeSymbols.IReadOnlyDictionary_Unbound))
495else if ((IsInterfaceMatch(type, _typeSymbols.GenericICollection_Unbound) || IsInterfaceMatch(type, _typeSymbols.GenericIList_Unbound)))
501else if (IsInterfaceMatch(type, _typeSymbols.GenericIEnumerable_Unbound))
509else if (IsInterfaceMatch(type, _typeSymbols.ISet_Unbound))
515else if (IsInterfaceMatch(type, _typeSymbols.IReadOnlySet_Unbound))
523else if (IsInterfaceMatch(type, _typeSymbols.IReadOnlyList_Unbound) || IsInterfaceMatch(type, _typeSymbols.IReadOnlyCollection_Unbound))
834if (IsInterfaceMatch(type, _typeSymbols.IDictionary))
856if (IsInterfaceMatch(type, @interface))