12 references to EditAndContinueSessionState
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (2)
26private readonly EditAndContinueSessionState _sessionState; 36EditAndContinueSessionState sessionState,
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
25EditAndContinueSessionState sessionState,
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueSessionState.cs (2)
20/// <see cref="EditAndContinueSessionState"/> provides read-write access, which is only used by the EnC language service. 23[Export(typeof(EditAndContinueSessionState))]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Diagnostics\PullDiagnosticTests.cs (4)
1335var encSessionState = testLspServer.TestWorkspace.GetService<EditAndContinueSessionState>(); 1367var encSessionState = testLspServer.TestWorkspace.GetService<EditAndContinueSessionState>();
Microsoft.VisualStudio.LanguageServices.DevKit (3)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (2)
26private readonly EditAndContinueSessionState _sessionState; 36EditAndContinueSessionState sessionState,
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
25EditAndContinueSessionState sessionState,