5 references to EtextChanged
Microsoft.CodeAnalysis.EditorFeatures.Text (5)
Extensions.TextBufferContainer.cs (5)
73if (this.EtextChanged == null && textBuffer != null) 78this.EtextChanged += value; 86this.EtextChanged -= value; 89if (this.EtextChanged == null && textBuffer != null) 99var changed = this.EtextChanged;