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