9 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (9)
Compilation\CSharpCompilation.cs (1)
4914
(member.CanBeReferencedByName || member.
IsExplicitInterfaceImplementation
() || member.IsIndexer()) &&
Symbols\MemberSignatureComparer.cs (2)
506
if (member1.
IsExplicitInterfaceImplementation
() != member2.
IsExplicitInterfaceImplementation
())
Symbols\MemberSymbolExtensions.cs (1)
667
member.
IsExplicitInterfaceImplementation
() ? ExplicitInterfaceHelpers.GetMemberNameWithoutInterfaceName(member.Name) :
Symbols\OverriddenOrHiddenMembersHelpers.cs (1)
878
return !member.
IsExplicitInterfaceImplementation
();
Symbols\Source\ParameterHelpers.cs (1)
844
if (owner.
IsExplicitInterfaceImplementation
() ||
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1034
private bool IsValidCallerInfoContext(AttributeSyntax node) => !ContainingSymbol.
IsExplicitInterfaceImplementation
()
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2314
if (symbol.
IsExplicitInterfaceImplementation
())
Symbols\TypeSymbol.cs (1)
1477
if ((object)implementingMember != null && implementingMember.OriginalDefinition.ContainingModule is not PEModuleSymbol && implementingMember.
IsExplicitInterfaceImplementation
())