3 references to GetCompilation
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel_CodeGen.cs (1)
653? CodeModelService.GetTypeSymbolFromFullName(codeTypeRef.AsFullName, GetCompilation())
CodeModel\InternalElements\CodeDelegate.cs (1)
84this.FileCodeModel.GetCompilation().GetSpecialType(SpecialType.System_Delegate));
CodeModel\InternalElements\CodeParameter.cs (1)
197var compilation = this.FileCodeModel.GetCompilation();