1 implementation of GetOrCreateFileCodeModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ProjectCodeModelFactory.cs (1)
223public EnvDTE.FileCodeModel GetOrCreateFileCodeModel(ProjectId id, string filePath)
1 reference to GetOrCreateFileCodeModel
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
316return _projectCodeModelFactory.Value.GetOrCreateFileCodeModel(documentId.ProjectId, document.FilePath);