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