10 implementations of IOnInitialized
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\RazorStartupServiceFactory.cs (1)
34Lazy<ICohostStartupService>? cohostStartupService) : ILspService, IOnInitialized, IDisposable
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\OnInitializedServiceFactory.cs (1)
40private class OnInitializedService : ILspService, IOnInitialized
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.cs (1)
22internal sealed partial class RazorDynamicFileInfoProvider(Lazy<LanguageServerWorkspaceFactory> workspaceFactory, ILoggerFactory loggerFactory) : IDynamicFileInfoProvider, ILspService, IOnInitialized, IDisposable
HostWorkspace\Razor\RazorInitializer.cs (1)
18internal sealed class RazorInitializer(Lazy<LanguageServerWorkspaceFactory> workspaceFactory, [Import(AllowDefault = true)] ITelemetryReporter? telemetryReporter) : ILspService, IOnInitialized
LanguageServer\RazorDynamicDocumentSyncRegistration.cs (1)
22public sealed class OnInitialized(IGlobalOptionService globalOptionService) : IOnInitialized, ILspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\AbstractRefreshQueue.cs (1)
20IOnInitialized,
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
23internal sealed partial class DidChangeConfigurationNotificationHandler : ILspServiceNotificationHandler<LSP.DidChangeConfigurationParams>, IOnInitialized
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler_IOnInitialized.cs (1)
17internal sealed partial class PublicDocumentPullDiagnosticsHandler : IOnInitialized
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
19IOnInitialized,
RoslynLanguageServer.cs (1)
22internal sealed class RoslynLanguageServer : SystemTextJsonLanguageServer<RequestContext>, IOnInitialized
3 references to IOnInitialized
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\ServerLifetime\InitializedHandler.cs (2)
25var onInitializeList = requestContext.GetRequiredServices<IOnInitialized>(); 27foreach (var onInitialize in onInitializeList)
RoslynLanguageServer.cs (1)
93AddService<IOnInitialized>(this);