7 references to EditAndContinueSessionState
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueLanguageService.cs (1)
31
EditAndContinueSessionState
sessionState,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\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)
1251
var
encSessionState = testLspServer.TestWorkspace.GetService<
EditAndContinueSessionState
>();
1283
var
encSessionState = testLspServer.TestWorkspace.GetService<
EditAndContinueSessionState
>();