5 references to GetExplicitImplementationForInterfaceMember
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (2)
158
MultiDictionary<Symbol, Symbol>.ValueSet explicitImpl = this.
GetExplicitImplementationForInterfaceMember
(interfaceMember);
399
MultiDictionary<Symbol, Symbol>.ValueSet explicitImpl = this.
GetExplicitImplementationForInterfaceMember
(interfacePropertyOrEvent);
Symbols\TypeSymbol.cs (3)
846
MultiDictionary<Symbol, Symbol>.ValueSet explicitImpl = currType.
GetExplicitImplementationForInterfaceMember
(interfaceMember);
1393
return interfaceType.
GetExplicitImplementationForInterfaceMember
(interfaceMember);
1500
MultiDictionary<Symbol, Symbol>.ValueSet set = currType.
GetExplicitImplementationForInterfaceMember
(interfaceAccessor);