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