2 references to FindExplicitlyImplementedMethod
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (1)
1060
return this.
FindExplicitlyImplementedMethod
(isOperator: false, _explicitInterfaceType, syntax.Identifier.ValueText, syntax.ExplicitInterfaceSpecifier, diagnostics);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (1)
458
return this.
FindExplicitlyImplementedMethod
(isOperator: true, _explicitInterfaceType, interfaceMethodName, explicitInterfaceSpecifier, diagnostics);