11 references to ReadState
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (11)
40/// Access via the <see cref="ReadState"/> and <see cref="WriteState"/> methods. 97var state = this.ReadState(); 108if (this.ReadState() is not FinalCompilationTrackerState finalState) 141var state = this.ReadState(); 198var state = ReadState(); 249var state = ReadState(); 280var state = ReadState(); 669return this.ReadState() is FinalCompilationTrackerState finalState 684var state = this.ReadState(); 740var state = this.ReadState(); 899var state = ReadState();