1 implementation of RemoveImplementedInterface
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1300public abstract SyntaxNode RemoveImplementedInterface(SyntaxNode node, ITypeSymbol typeSymbol, SemanticModel semanticModel);
1 reference to RemoveImplementedInterface
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
760var updatedNode = CodeModelService.RemoveImplementedInterface(node, typeSymbol, semanticModel);