34 implementations of MutatesSolutionState
Microsoft.CodeAnalysis.LanguageServer.Protocol (34)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
35
public bool
MutatesSolutionState
=> false;
ExternalAccess\Razor\SemanticTokensRangesHandler.cs (1)
22
public bool
MutatesSolutionState
=> false;
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
30
public bool
MutatesSolutionState
=> false;
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
29
public bool
MutatesSolutionState
=> false;
Handler\CodeActions\CodeActionResolveHandler.cs (1)
50
public bool
MutatesSolutionState
=> false;
Handler\CodeActions\CodeActionsHandler.cs (1)
37
public bool
MutatesSolutionState
=> false;
Handler\CodeLens\CodeLensHandler.cs (1)
38
public bool
MutatesSolutionState
=> false;
Handler\Commands\AbstractExecuteWorkspaceCommandHandler.cs (1)
15
public abstract bool
MutatesSolutionState
{ get; }
Handler\Completion\CompletionHandler.cs (1)
34
public bool
MutatesSolutionState
=> false;
Handler\Completion\CompletionResolveHandler.cs (1)
34
public bool
MutatesSolutionState
=> false;
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
62
public bool
MutatesSolutionState
=> true;
Handler\Definitions\AbstractGoToDefinitionHandler.cs (1)
31
public bool
MutatesSolutionState
=> false;
Handler\DocumentChanges\DidCloseHandler.cs (1)
26
public bool
MutatesSolutionState
=> true;
Handler\DocumentChanges\DidOpenHandler.cs (1)
26
public bool
MutatesSolutionState
=> true;
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
31
public bool
MutatesSolutionState
=> false;
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
27
public bool
MutatesSolutionState
=> false;
Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
20
public bool
MutatesSolutionState
=> false;
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
26
public bool
MutatesSolutionState
=> false;
Handler\Highlights\DocumentHighlightHandler.cs (1)
38
public bool
MutatesSolutionState
=> false;
Handler\Hover\HoverHandler.cs (1)
37
public bool
MutatesSolutionState
=> false;
Handler\InlayHint\InlayHintHandler.cs (1)
34
public bool
MutatesSolutionState
=> false;
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
85
public bool
MutatesSolutionState
=> false;
Handler\MapCode\MapCodeHandler.cs (1)
32
public bool
MutatesSolutionState
=> false;
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
28
public bool
MutatesSolutionState
=> false;
Handler\References\FindAllReferencesHandler.cs (1)
43
public bool
MutatesSolutionState
=> false;
Handler\References\FindImplementationsHandler.cs (1)
32
public bool
MutatesSolutionState
=> false;
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
20
public bool
MutatesSolutionState
=> false;
Handler\ServerLifetime\InitializedHandler.cs (1)
18
public bool
MutatesSolutionState
=> true;
Handler\ServerLifetime\InitializeHandler.cs (1)
21
public bool
MutatesSolutionState
=> true;
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
37
public bool
MutatesSolutionState
=> false;
Handler\Symbols\DocumentSymbolsHandler.cs (1)
30
public bool
MutatesSolutionState
=> false;
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
20
public bool
MutatesSolutionState
=> false;
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\Handlers\InitializedHandler.cs (1)
19
public bool
MutatesSolutionState
=> true;
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\Handlers\InitializeHandler.cs (1)
24
public bool
MutatesSolutionState
=> true;
4 references to MutatesSolutionState
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RequestContextFactory.cs (1)
72
methodHandler.
MutatesSolutionState
,
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
95
if (!TryDeserializeRequest<TRequest>(languageServer, requestHandlerMetadata, handler.
MutatesSolutionState
, out var deserializedRequest))
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (2)
260
if (handler.
MutatesSolutionState
)
349
if (handler.
MutatesSolutionState
)