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