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