4 references to LspErrorCodes
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\CodeLens\CodeLensResolveHandler.cs (1)
59ErrorCode = LspErrorCodes.ContentModified
Handler\InlayHint\InlayHintResolveHandler.cs (1)
57ErrorCode = LspErrorCodes.ContentModified
RoslynRequestExecutionQueue.cs (2)
42catch (StreamJsonRpc.LocalRpcException localRpcException) when (localRpcException.ErrorCode == LspErrorCodes.ContentModified) 60catch (StreamJsonRpc.LocalRpcException localRpcException) when (localRpcException.ErrorCode == LspErrorCodes.ContentModified)