2 writes to IsStateless
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (2)
24IsStateless = (bool)metadata[nameof(IsStateless)]; 31IsStateless = false;
2 references to IsStateless
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServiceMetadataView.cs (1)
24IsStateless = (bool)metadata[nameof(IsStateless)];
LspServices\LspServices.cs (1)
89var checkDisposal = !lazyService.Metadata.IsStateless && !lazyService.IsValueCreated;