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