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