1 write to _weakOnTextChanged
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.TextTracker.cs (1)
38
_weakOnTextChanged
= EventHandlerFactory<TextChangeEventArgs>.CreateWeakHandler(this, (target, sender, args) => target.OnTextChanged(sender, args));
2 references to _weakOnTextChanged
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.TextTracker.cs (2)
42
=> this.TextContainer.TextChanged +=
_weakOnTextChanged
;
45
=> this.TextContainer.TextChanged -=
_weakOnTextChanged
;