public IWpfTextViewMargin CreateMargin(IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin) { return(Margin.Create( _rsp.Value, _sp.GetService <EnvDTE.DTE>(), _sp.GetService <IVsDebugger, IVsDebugger3>(), textViewHost.TextView, _aggregatorFactory.CreateTagAggregator <IMarginGlyphTag>(textViewHost.TextView.TextBuffer))); }