Ejemplo n.º 1
0
 public RemoveMultipleDeadAnnotationsSuggestedAction(ITextBuffer tb, List <RemoveDeadAnnotationSuggestedAction> deadAnnotations, DeadAnnotationLocation where) : base(tb, where)
 {
     _dead = deadAnnotations;
 }
Ejemplo n.º 2
0
 protected DeadAnnotationSuggestedAction(ITextBuffer tb, DeadAnnotationLocation where)
 {
     Tb    = tb;
     Where = where;
 }