1 type derived from DidChangeHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDidChangeHandler.cs (1)
15
internal class VSTypeScriptDidChangeHandler :
DidChangeHandler
5 references to DidChangeHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDidChangeHandler.cs (1)
14
[ExportStatelessLspService(typeof(
DidChangeHandler
), ProtocolConstants.TypeScriptLanguageContract), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\DocumentChanges\DidChangeHandler.cs (1)
17
[ExportCSharpVisualBasicStatelessLspService(typeof(
DidChangeHandler
)), Shared]
Handler\IDocumentChangeTracker.cs (1)
13
/// Called via <see cref="DidOpenHandler"/>, <see cref="
DidChangeHandler
"/> and <see cref="DidCloseHandler"/>
Workspaces\LspWorkspaceManager.cs (2)
129
/// Called by the <see cref="
DidChangeHandler
"/> when a document's text is updated in LSP.
131
/// <see cref="
DidChangeHandler
.MutatesSolutionState"/> is true which means this runs serially in the <see cref="RequestExecutionQueue{RequestContextType}"/>