2 references to GetSpecialType
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
655
var specialType =
GetSpecialType
((EnvDTE.vsCMTypeRef)type);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
804
=> compilation.GetSpecialType(
GetSpecialType
(type));