1 write to TextContainer
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.TextTracker.cs (1)
34this.TextContainer = textContainer;
2 references to TextContainer
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.TextTracker.cs (2)
42=> this.TextContainer.TextChanged += _weakOnTextChanged; 45=> this.TextContainer.TextChanged -= _weakOnTextChanged;