1 instantiation of LspSolutionSnapshotId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
37return Task.FromResult(new LspSolutionSnapshotId(id.Id));
2 references to LspSolutionSnapshotId
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (2)
19internal sealed class RegisterSolutionSnapshotHandler : ILspServiceRequestHandler<LspSolutionSnapshotId> 33public Task<LspSolutionSnapshotId> HandleRequestAsync(RequestContext context, CancellationToken cancellationToken)