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