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