1 instantiation of NoValue
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
22public static NoValue Instance = new();
7 references to NoValue
Microsoft.CommonLanguageServerProtocol.Framework.Package (7)
AbstractLanguageServer.cs (1)
214if (result == NoValue.Instance)
NewtonsoftLanguageServer.cs (1)
39return (TRequest)(object)NoValue.Instance;
QueueItem.cs (3)
22public static NoValue Instance = new(); 207_completionSource.TrySetResult((TResponse)(object)NoValue.Instance); 214_completionSource.TrySetResult((TResponse)(object)NoValue.Instance);
RequestExecutionQueue.cs (1)
97var noValueType = NoValue.Instance.GetType();
SystemTextJsonLanguageServer.cs (1)
38return (TRequest)(object)NoValue.Instance;