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