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