2 writes to High
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\RandomMacroConfig.cs (2)
14
High
= high ?? int.MaxValue;
21
High
= GetOptionalParameterValue(generatedSymbolConfig, "high", ConvertJTokenToInt, int.MaxValue);
1 reference to High
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Macros\RandomMacro.cs (1)
18
int value = CryptoRandom.NextInt(config.Low, config.
High
);