1 implementation of RegisterSolutionSnapshot
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\SolutionSnapshotRegistry.cs (1)
38public SolutionSnapshotId RegisterSolutionSnapshot(Solution solution)
1 reference to RegisterSolutionSnapshot
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
36var id = _registry.RegisterSolutionSnapshot(context.Solution);