1 write to IsStateless
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServiceMetadataView.cs (1)
39
IsStateless
= (bool)metadata[nameof(AbstractExportLspServiceAttribute.IsStateless)];
1 reference to IsStateless
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
153
var checkDisposal = !lazyService.Metadata.
IsStateless
&& !lazyService.IsValueCreated;