1 instantiation of LspSolutionSnapshotId
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
37return 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 async Task<LspSolutionSnapshotId> HandleRequestAsync(RequestContext context, CancellationToken cancellationToken)