3 references to SubstituteExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
118
builder.Add(
SubstituteExplicitInterfaceImplementation
(unsubstitutedPropertyImplemented, map));
Symbols\SubstitutedNamedTypeSymbol.cs (2)
375
var newBody = ExplicitInterfaceHelpers.
SubstituteExplicitInterfaceImplementation
(body, this.TypeSubstitution);
376
var newImplemented = ExplicitInterfaceHelpers.
SubstituteExplicitInterfaceImplementation
(implemented, this.TypeSubstitution);