2 writes to HandlerDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (2)
65HandlerDetails = handlerDetails.ToImmutableAndClear(); 69HandlerDetails = null;
2 references to HandlerDetails
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (1)
21public bool IsMethodHandler => HandlerDetails is not null;
LspServices\LspServices.cs (1)
188if (metadata.HandlerDetails is { } handlerMethods)