2 instantiations of AutomaticEndConstructCorrector
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticEndConstructCorrection\ViewCreationListener.vb (2)
53
buffers.Do(Sub(b) b.Properties.GetOrCreateSingletonProperty(Function() New
AutomaticEndConstructCorrector
(b, _uiThreadOperationExecutor)).Connect())
57
buffers.Do(Sub(b) b.Properties.GetOrCreateSingletonProperty(Function() New
AutomaticEndConstructCorrector
(b, _uiThreadOperationExecutor)).Disconnect())
3 references to AutomaticEndConstructCorrector
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
AutomaticEndConstructCorrection\ViewCreationListener.vb (3)
60
Function(b) b.Properties.GetProperty(Of
AutomaticEndConstructCorrector
)(GetType(
AutomaticEndConstructCorrector
)).IsDisconnected).Do(
61
Function(b) b.Properties.RemoveProperty(GetType(
AutomaticEndConstructCorrector
)))