2 writes to Value
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\ComputedSymbol.cs (2)
23Value = value; 34Value = value!;
3 references to Value
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\ComputedSymbol.cs (2)
28string? value = jObject.ToString(nameof(Value)); 31throw new TemplateAuthoringException(string.Format(LocalizableStrings.SymbolModel_Error_MandatoryPropertyMissing, name, ComputedSymbol.TypeName, nameof(Value).ToLowerInvariant()), name);
RunnableProjectConfig.cs (1)
508string value = symbol.Value;