public ProjectState(StateSet owner, ProjectId projectId) { _owner = owner; _lastResult = DiagnosticAnalysisResult.CreateInitialResult(projectId); }