1 implementation of GetName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
483public abstract string GetName(SyntaxNode node);
6 references to GetName
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\Collections\AttributeArgumentCollection.cs (1)
65var childName = CodeModelService.GetName(child);
CodeModel\Collections\NamespaceCollection.cs (1)
208var childName = CodeModelService.GetName(child);
CodeModel\Collections\TypeCollection.cs (1)
86var childName = CodeModelService.GetName(child);
CodeModel\FileCodeModel_Events.cs (1)
230var parameterName = this.CodeModelService.GetName(codeModelEvent.Node);
CodeModel\InternalElements\AbstractCodeElement.cs (1)
102return CodeModelService.GetName(node);
CodeModel\InternalElements\CodeImport.cs (1)
149=> CodeModelService.GetName(LookupNode());