3 writes to Text
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\ManualInstructionModel.cs (3)
15
Text
= text;
21
Text
= text;
43
Text
= localizedText;
6 references to Text
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (6)
ConfigModel\ManualInstructionModel.cs (2)
38
/// Localizes this manual instruction by replacing the value of the <see cref="
Text
"/> property the given text.
40
/// <param name="localizedText">Localized <see cref="
Text
"/>.</param>
PostAction.cs (4)
68
? renameGenerator.ApplyRenameToString(modelInstruction.
Text
)
69
: modelInstruction.
Text
;
77
? renameGenerator.ApplyRenameToString(modelInstruction.
Text
)
78
: modelInstruction.
Text
;