1 implementation of GetTypeKindForCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
310
public abstract EnvDTE.vsCMTypeRef
GetTypeKindForCodeTypeRef
(ITypeSymbol typeSymbol);
1 reference to GetTypeKindForCodeTypeRef
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeTypeRef.cs (1)
147
get { return CodeModelService.
GetTypeKindForCodeTypeRef
(LookupTypeSymbol()); }