6 references to Instance
Microsoft.CommonLanguageServerProtocol.Framework.Package (6)
AbstractLanguageServer.cs (1)
205
if (result == NoValue.
Instance
)
NewtonsoftLanguageServer.cs (1)
40
return (TRequest)(object)NoValue.
Instance
;
QueueItem.cs (2)
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
;