10 references to JoinType
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (10)
Macros\JoinMacroConfig.cs (7)
16internal JoinMacroConfig(JoinMacro macro, string variableName, string? dataType, IReadOnlyList<(JoinType, string)> symbols, string? separator = "", bool removeEmptyValues = false)
30List<(JoinType Type, string Value)> symbolsList = new();
40JoinType type = jObj.ToEnum(SymbolsTypePropertyName, JoinType.Const, ignoreCase: true);
49if (type == JoinType.Ref && string.IsNullOrWhiteSpace(value))
58JoinType.Ref.ToString("g")),
74internal IReadOnlyList<(JoinType Type, string Value)> Symbols { get; }