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