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)
290var observedDiagnosticVersion = diagnosticRefresher.GlobalStateVersion; 313Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 383Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 448Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 481Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion); 509Assert.Equal(++observedDiagnosticVersion, diagnosticRefresher.GlobalStateVersion);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
153var globalStateVersion = _diagnosticRefresher.GlobalStateVersion;