3 writes to Text
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\ManualInstructionModel.cs (3)
15Text = text; 21Text = text; 43Text = 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;