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