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)
110
var documentId = solution.GetDocumentIdsWithFilePath(filePath).Where(id => id.ProjectId ==
_projectId
).FirstOrDefault();
150
_rootCodeModel ??= RootCodeModel.Create(State, parent,
_projectId
);