1 implementation of GetDataTypeKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
697
public abstract EnvDTE80.vsCMDataTypeKind
GetDataTypeKind
(SyntaxNode typeNode, INamedTypeSymbol symbol);
1 reference to GetDataTypeKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractCodeType.cs (1)
95
return CodeModelService.
GetDataTypeKind
(LookupNode(), (INamedTypeSymbol)LookupSymbol());