Exemplo n.º 1
0
 protected AbstractFixAllSuggestedAction(
     IThreadingContext threadingContext,
     SuggestedActionsSourceProvider sourceProvider,
     Workspace workspace,
     ITextBuffer subjectBuffer,
     IFixAllState fixAllState,
     CodeAction originalCodeAction,
     AbstractFixAllCodeAction fixAllCodeAction)
     : base(threadingContext, sourceProvider, workspace, subjectBuffer,
            fixAllState.FixAllProvider, fixAllCodeAction)
 {
     OriginalCodeAction = originalCodeAction;
     FixAllState        = fixAllState;
 }
 internal TestAccessor(AbstractFixAllCodeAction fixAllCodeAction)
 => _fixAllCodeAction = fixAllCodeAction;