2 references to Registrations
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
LspFileChangeWatcherTests.cs (2)
126
Assert.True(
Registrations
.TryAdd(registration.Id, registration));
135
Assert.True(
Registrations
.TryRemove(unregistration.Id, out var _));