5 overrides of TextChanged
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1294
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
341
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.TextBufferContainer.cs (1)
66
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
121
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestSourceTextContainer.cs (1)
17
public override event EventHandler<TextChangeEventArgs>?
TextChanged
;
2 references to TextChanged
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.TextTracker.cs (2)
42
=> this.TextContainer.
TextChanged
+= _weakOnTextChanged;
45
=> this.TextContainer.
TextChanged
-= _weakOnTextChanged;