1 instantiation of ThrowLocalRpcExceptionMethodHandler
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
QueueItemTests.cs (1)
57
public static readonly ThrowLocalRpcExceptionMethodHandler Instance =
new
();
5 references to ThrowLocalRpcExceptionMethodHandler
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (5)
QueueItemTests.cs (5)
25
It.Is<string>(message => message.Contains(
ThrowLocalRpcExceptionMethodHandler
.ErrorMessage)), Array.Empty<object>()))
29
[(typeof(IMethodHandler),
ThrowLocalRpcExceptionMethodHandler
.Instance)],
32
ThrowLocalRpcExceptionMethodHandler
.Name,
43
ThrowLocalRpcExceptionMethodHandler
.Instance,
57
public static readonly
ThrowLocalRpcExceptionMethodHandler
Instance = new();