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