2 overrides of WithExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1780internal override SyntaxNode WithExplicitInterfaceImplementations(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
2841Friend Overrides Function WithExplicitInterfaceImplementations(
5 references to WithExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
154return generator.WithExplicitInterfaceImplementations(decl, ImmutableArray.Create(interfaceMember), removeDefaults);
Microsoft.CodeAnalysis.Workspaces (4)
Editing\SyntaxGenerator.cs (4)
225decl = this.WithExplicitInterfaceImplementations(decl, 409propDecl = this.WithExplicitInterfaceImplementations(propDecl, 466indexerDecl = this.WithExplicitInterfaceImplementations(indexerDecl, 505ev = this.WithExplicitInterfaceImplementations(ev,