1 write to Instructions
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
LocalizationModelDeserializer.cs (1)
149
Instructions
= instructions,
6 references to Instructions
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (6)
ConfigModel\PostActionModel.cs (2)
170
bool exactIdMatch = manualInstruction.Id != null && locModel.
Instructions
.TryGetValue(manualInstruction.Id, out localizedInstruction);
171
bool defaultIdMatch = manualInstruction.Id == null && ManualInstructionInfo.Count == 1 && locModel.
Instructions
.TryGetValue(DefaultIdForSingleManualInstruction, out localizedInstruction);
Validation\MandatoryLocalizationValidationFactory.cs (4)
46
postActionLocModel.
Instructions
.ContainsKey(PostActionModel.DefaultIdForSingleManualInstruction);
53
int unusedManualInstructionLocs = postActionLocModel.
Instructions
.Count;
56
if (instruction.Id != null && postActionLocModel.
Instructions
.ContainsKey(instruction.Id))
67
postActionLocModel.
Instructions
.Keys.Where(k => !postAction.ManualInstructionInfo.Any(i => i.Id == k)));