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)
161if (_incomingProjectId == null || _incomingFilePath == null) 166var project = this.State.Workspace.CurrentSolution.GetProject(_incomingProjectId);