7 references to _pendingSolutionSnapshots
Microsoft.CodeAnalysis.Features (7)
EditAndContinue\SolutionSnapshotRegistry.cs (7)
43lock (_pendingSolutionSnapshots) 45_pendingSolutionSnapshots.Add(id, solution); 53lock (_pendingSolutionSnapshots) 55Contract.ThrowIfFalse(_pendingSolutionSnapshots.TryGetValue(id, out var solution)); 56Contract.ThrowIfFalse(_pendingSolutionSnapshots.Remove(id)); 63lock (_pendingSolutionSnapshots) 65_pendingSolutionSnapshots.Clear();