1 implementation of GlobalStateVersion
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
53public int GlobalStateVersion
7 references to GlobalStateVersion
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (6)
121var observedDiagnosticVersion = diagnosticRefresher.GlobalStateVersion; 144Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 214Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 279Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 312Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 340Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
153var globalStateVersion = _diagnosticRefresher.GlobalStateVersion;