3 references to GetSpecialType
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
658var specialType = GetSpecialType((EnvDTE.vsCMTypeRef)type);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
805=> compilation.GetSpecialType(GetSpecialType(type));
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
726Dim specialType = GetSpecialType(typeRefKind)