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) 142var state = this.ReadState(); 199var state = ReadState(); 250var state = ReadState(); 281var state = ReadState(); 670return this.ReadState() is FinalCompilationTrackerState finalState 685var state = this.ReadState(); 741var state = this.ReadState(); 900var state = ReadState();