6 writes to Id
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
221Id = _id,
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (3)
59Id = Guid.NewGuid().ToString(), // No need to save this for unregistering 65Id = Guid.NewGuid().ToString(), // No need to save this for unregistering 75Id = Guid.NewGuid().ToString(), // No need to save this for unregistering
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Configuration\DidChangeConfigurationNotificationHandler_OnInitialized.cs (1)
24new Registration { Id = _registrationId.ToString(), Method = Methods.WorkspaceDidChangeConfigurationName, RegisterOptions = null }
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler_IOnInitialized.cs (1)
57Id = Guid.NewGuid().ToString(),
1 reference to Id
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
LspFileChangeWatcherTests.cs (1)
124Assert.True(Registrations.TryAdd(registration.Id, registration));