2 references to StepsRegexPropertyName
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\RegexMacroConfig.cs (2)
42
string? regex = jObj.ToString(
StepsRegexPropertyName
);
47
throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_MissingValueProperty, generatedSymbolConfig.VariableName, StepsPropertyName,
StepsRegexPropertyName
), generatedSymbolConfig.VariableName);