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