2 references to GetElementKind
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelService.cs (2)
288
var elementKind =
GetElementKind
(typeSymbol);
624
element = underlyingFileCodeModel.CodeElementFromPosition(chosenLocation!.SourceSpan.Start,
GetElementKind
(typeSymbol));