1 write to _buffer
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (1)
27
Me.
_buffer
= subjectBuffer
4 references to _buffer
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (4)
37
AddHandler
_buffer
.Changing, AddressOf OnTextBufferChanging
38
AddHandler
_buffer
.Changed, AddressOf OnTextBufferChanged
46
RemoveHandler
_buffer
.Changed, AddressOf OnTextBufferChanged
47
RemoveHandler
_buffer
.Changing, AddressOf OnTextBufferChanging