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