2 writes to _incomingProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
116
_incomingProjectId
= _documentId.ProjectId;
174
_incomingProjectId
= null;
2 references to _incomingProjectId
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
156
if (
_incomingProjectId
== null || _incomingFilePath == null)
161
var project = this.State.Workspace.CurrentSolution.GetProject(
_incomingProjectId
);