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