3 writes to _state
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (3)
135
_state
= initialState;
146
_state
= false;
176
_state
= true;
2 references to _state
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractWorkspacePullDiagnosticsHandler.cs (2)
142
if (
_state
)
166
Contract.ThrowIfTrue(
_state
);