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