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