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