1 implementation of AddImplementedInterface
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1299
public abstract SyntaxNode
AddImplementedInterface
(SyntaxNode node, ITypeSymbol typeSymbol, SemanticModel semanticModel, int? position);
1 reference to AddImplementedInterface
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
745
var updatedNode = CodeModelService.
AddImplementedInterface
(node, typeSymbol, semanticModel, realPosition);