2 references to ErrorMessage
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (2)
QueueItemTests.cs (2)
25
It.Is<string>(message => message.Contains(ThrowLocalRpcExceptionMethodHandler.
ErrorMessage
)), Array.Empty<object>()))
63
throw new LocalRpcException(
ErrorMessage
) { ErrorCode = LspErrorCodes.ContentModified };