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.
97
var state = this.
ReadState
();
108
if (this.
ReadState
() is not FinalCompilationTrackerState finalState)
141
var state = this.
ReadState
();
198
var state =
ReadState
();
249
var state =
ReadState
();
280
var state =
ReadState
();
669
return this.
ReadState
() is FinalCompilationTrackerState finalState
684
var state = this.
ReadState
();
740
var state = this.
ReadState
();
899
var state =
ReadState
();