12 references to EditAndContinueSessionState
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (2)
26
private readonly
EditAndContinueSessionState
_sessionState;
36
EditAndContinueSessionState
sessionState,
EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
25
EditAndContinueSessionState
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)
1335
var
encSessionState = testLspServer.TestWorkspace.GetService<
EditAndContinueSessionState
>();
1367
var
encSessionState = testLspServer.TestWorkspace.GetService<
EditAndContinueSessionState
>();
Microsoft.VisualStudio.LanguageServices.DevKit (3)
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceFactory.cs (2)
26
private readonly
EditAndContinueSessionState
_sessionState;
36
EditAndContinueSessionState
sessionState,
src\EditorFeatures\Core\EditAndContinue\ManagedHotReloadLanguageServiceImpl.cs (1)
25
EditAndContinueSessionState
sessionState,