1 implementation of GetParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
675
public abstract EnvDTE80.vsCMParameterKind
GetParameterKind
(SyntaxNode node);
1 reference to GetParameterKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeParameter.cs (1)
161
return CodeModelService.
GetParameterKind
(LookupNode());