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.
98
var state = this.
ReadState
();
109
if (this.
ReadState
() is not FinalCompilationTrackerState finalState)
145
var state = this.
ReadState
();
202
var state =
ReadState
();
253
var state =
ReadState
();
284
var state =
ReadState
();
673
return this.
ReadState
() is FinalCompilationTrackerState finalState
691
var state = this.
ReadState
();
750
var state = this.
ReadState
();
909
var state =
ReadState
();