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
();
682
return this.
ReadState
() is FinalCompilationTrackerState finalState
700
var state = this.
ReadState
();
759
var state = this.
ReadState
();
918
var state =
ReadState
();