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