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