8 references to Replacement
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (8)
FileRenameGenerator.cs (3)
105
IOperationProvider replacementOperation = new
Replacement
(replacement.Key.TokenConfig(), replacement.Value, null, true);
135
operations.Add(new
Replacement
(fileRenameToken.OriginalValue, newValue, null, true));
154
operations.Add(new
Replacement
(sourceName.TokenConfig(), targetName, null, true));
OperationConfig\ConditionalLineCommentConfig.cs (2)
39
IOperationProvider uncomment = new
Replacement
(token.TokenConfig(), string.Empty, uncommentOperationId, options.OnByDefault);
40
IOperationProvider reduceComment = new
Replacement
($"{token}{token}".TokenConfig(), token, reduceCommentOperationId, options.OnByDefault);
OperationConfig\ReplacementConfig.cs (3)
55
yield return new
Replacement
(entryConfig, replacement, id, onByDefault);
60
yield return new
Replacement
(coreConfig, replacement, id, onByDefault);
73
return new
Replacement
(tokens.OriginalValue, newValue, null, true);