1 implementation of GetParameterName
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
670
public abstract string
GetParameterName
(SyntaxNode node);
3 references to GetParameterName
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\NodeSnapshot.cs (1)
73
var name = this.CodeModelService.
GetParameterName
(node);
CodeModel\Collections\ParameterCollection.cs (1)
45
element = (EnvDTE.CodeElement)CodeParameter.Create(this.State, this.ParentElement, CodeModelService.
GetParameterName
(parameter));
CodeModel\FileCodeModel_CodeGen.cs (1)
186
return CodeParameter.Create(this.State, parentObj, CodeModelService.
GetParameterName
(newNode));