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