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