1 override of WithExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1781internal 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)
234decl = this.WithExplicitInterfaceImplementations(decl, 400propDecl = this.WithExplicitInterfaceImplementations(propDecl, 461indexerDecl = this.WithExplicitInterfaceImplementations(indexerDecl, 500ev = this.WithExplicitInterfaceImplementations(ev,