5 overrides of TextChanged
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1271
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
348
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.TextBufferContainer.cs (1)
66
public override event EventHandler<TextChangeEventArgs>
TextChanged
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
84
public override event EventHandler<TextChangeEventArgs>
TextChanged
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
135
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;