4 references to LspErrorCodes
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\CodeLens\CodeLensResolveHandler.cs (1)
58ErrorCode = LspErrorCodes.ContentModified
Handler\InlayHint\InlayHintResolveHandler.cs (1)
56ErrorCode = LspErrorCodes.ContentModified
LspServices\RequestTelemetryScope.cs (1)
53if (exception is StreamJsonRpc.LocalRpcException localRpcException && localRpcException.ErrorCode == LspErrorCodes.ContentModified)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
184var response = Task.FromException<TestConfigurableResponse>(new StreamJsonRpc.LocalRpcException(nameof(HandlerTests)) { ErrorCode = LspErrorCodes.ContentModified });