Method | Description | |
---|---|---|
CreateService ( HostWorkspaceServices workspaceServices ) : IWorkspaceService | ||
GetFixAllChangedSolutionAsync ( FixAllContext fixAllContext ) : Task |
||
GetFixAllOperationsAsync ( FixAllContext fixAllContext, bool showPreviewChangesDialog ) : Task |
Method | Description | |
---|---|---|
FixAllGetFixesService ( ) : System | ||
GetFixAllCodeActionAsync ( FixAllContext fixAllContext ) : Task |
||
GetFixAllOperationsAsync ( CodeAction codeAction, bool showPreviewChangesDialog, FixAllState fixAllState, CancellationToken cancellationToken ) : Task |
||
GetNewFixAllOperations ( ImmutableArray operations, Solution newSolution, CancellationToken cancellationToken ) : ImmutableArray |
||
PreviewChanges ( Solution currentSolution, Solution newSolution, string fixAllPreviewChangesTitle, string fixAllTopLevelHeader, string languageOpt, Workspace workspace, int? correlationId = null, CancellationToken cancellationToken = default ) : Solution |
public CreateService ( HostWorkspaceServices workspaceServices ) : IWorkspaceService | ||
workspaceServices | HostWorkspaceServices | |
return | IWorkspaceService |
public GetFixAllChangedSolutionAsync ( FixAllContext fixAllContext ) : Task |
||
fixAllContext | FixAllContext | |
return | Task |
public GetFixAllOperationsAsync ( FixAllContext fixAllContext, bool showPreviewChangesDialog ) : Task |
||
fixAllContext | FixAllContext | |
showPreviewChangesDialog | bool | |
return | Task |