1 override of WithExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1780internal override SyntaxNode WithExplicitInterfaceImplementations(
5 references to WithExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
149return generator.WithExplicitInterfaceImplementations(decl, [interfaceMember], removeDefaults);
Microsoft.CodeAnalysis.Workspaces (4)
Editing\SyntaxGenerator.cs (4)
235decl = this.WithExplicitInterfaceImplementations(decl, 401propDecl = this.WithExplicitInterfaceImplementations(propDecl, 462indexerDecl = this.WithExplicitInterfaceImplementations(indexerDecl, 501ev = this.WithExplicitInterfaceImplementations(ev,