11 references to ReadState
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (11)
41/// Access via the <see cref="ReadState"/> and <see cref="WriteState"/> methods. 98var state = this.ReadState(); 109if (this.ReadState() is not FinalCompilationTrackerState finalState) 145var state = this.ReadState(); 202var state = ReadState(); 253var state = ReadState(); 284var state = ReadState(); 673return this.ReadState() is FinalCompilationTrackerState finalState 691var state = this.ReadState(); 750var state = this.ReadState(); 909var state = ReadState();