1 write to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
44_projectId = projectId;
2 references to _projectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\CodeModelProjectCache.cs (2)
110var documentId = solution.GetDocumentIdsWithFilePath(filePath).Where(id => id.ProjectId == _projectId).FirstOrDefault(); 150_rootCodeModel ??= RootCodeModel.Create(State, parent, _projectId);