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)
142if (_state) 166Contract.ThrowIfTrue(_state);