1 instantiation of NoValue
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
25public static NoValue Instance = new();
7 references to NoValue
Microsoft.CommonLanguageServerProtocol.Framework.Package (7)
AbstractLanguageServer.cs (1)
203if (result == NoValue.Instance)
NewtonsoftLanguageServer.cs (1)
40return (TRequest)(object)NoValue.Instance;
QueueItem.cs (3)
25public static NoValue Instance = new(); 202_completionSource.TrySetResult((TResponse)(object)NoValue.Instance); 209_completionSource.TrySetResult((TResponse)(object)NoValue.Instance);
RequestExecutionQueue.cs (1)
98var noValueType = NoValue.Instance.GetType();
SystemTextJsonLanguageServer.cs (1)
39return (TRequest)(object)NoValue.Instance;