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