1 write to _project
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\VisualBasicCodeModelInstanceFactory.vb (1)
17_project = project
5 references to _project
Microsoft.VisualStudio.LanguageServices.VisualBasic (5)
ProjectSystemShim\VisualBasicCodeModelInstanceFactory.vb (5)
34Dim document = _project.Workspace.CurrentSolution.GetDocumentIdsWithFilePath(filePath).FirstOrDefault(Function(d) d.ProjectId Is _project.ProjectSystemProject.Id) 40Dim itemId = _project.Hierarchy.TryGetItemId(filePath) 46If ErrorHandler.Failed(_project.Hierarchy.GetProperty(itemId, __VSHPROPID.VSHPROPID_ExtObject, pvar)) Then 56If ErrorHandler.Failed(_project.CreateFileCodeModel(projectItem.ContainingProject, projectItem, fileCodeModel)) Then