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