1 write to _addExtraHandlers
Microsoft.CommonLanguageServerProtocol.Framework.Example (1)
ExampleLanguageServer.cs (1)
20_addExtraHandlers = addExtraHandlers;
2 references to _addExtraHandlers
Microsoft.CommonLanguageServerProtocol.Framework.Example (2)
ExampleLanguageServer.cs (2)
59if (_addExtraHandlers is not null) 61_addExtraHandlers(serviceCollection);