2 references to TryGetCachedFileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel_Events.cs (1)
64
if (!projectCodeModel.
TryGetCachedFileCodeModel
(this.Workspace.GetFilePath(GetDocumentId()), out _))
CodeModel\ProjectCodeModelFactory.cs (1)
179
if (projectCodeModel.
TryGetCachedFileCodeModel
(filename, out var fileCodeModelHandle))