1 implementation of SetName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
485
public abstract SyntaxNode
SetName
(SyntaxNode node, string name);
1 reference to SetName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
609
var updatedNode = CodeModelService.
SetName
(node, name);