3 references to ContentModified
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\CodeLens\CodeLensResolveHandler.cs (1)
59
ErrorCode = LspErrorCodes.
ContentModified
Handler\InlayHint\InlayHintResolveHandler.cs (1)
57
ErrorCode = LspErrorCodes.
ContentModified
LspServices\RequestTelemetryScope.cs (1)
53
if (exception is StreamJsonRpc.LocalRpcException localRpcException && localRpcException.ErrorCode == LspErrorCodes.
ContentModified
)