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