C# Class IntelliFind.ReplaceHelpers

Afficher le fichier Open project: FrankBakkerNl/IntelliFind

Méthodes publiques

Méthode Description
ReplaceNodesWithLiteralAsync ( Microsoft.CodeAnalysis.Solution solution, IEnumerable nodes, string>.Func computeReplacement, CancellationToken cancellationToken ) : Task
ReplaceNodesWithLiteralAsync ( this solution, IEnumerable nodesAndTokensToReplace, string replaceExpression, CancellationToken cancellationToken ) : Task

Method Details

ReplaceNodesWithLiteralAsync() public static méthode

public static ReplaceNodesWithLiteralAsync ( Microsoft.CodeAnalysis.Solution solution, IEnumerable nodes, string>.Func computeReplacement, CancellationToken cancellationToken ) : Task
solution Microsoft.CodeAnalysis.Solution
nodes IEnumerable
computeReplacement string>.Func
cancellationToken System.Threading.CancellationToken
Résultat Task

ReplaceNodesWithLiteralAsync() public static méthode

public static ReplaceNodesWithLiteralAsync ( this solution, IEnumerable nodesAndTokensToReplace, string replaceExpression, CancellationToken cancellationToken ) : Task
solution this
nodesAndTokensToReplace IEnumerable
replaceExpression string
cancellationToken System.Threading.CancellationToken
Résultat Task