1 write to RawText
Microsoft.TemplateEngine.Cli (1)
TabularOutput\TabularOutput.cs (1)
414RawText = text;
4 references to RawText
Microsoft.TemplateEngine.Cli (4)
TabularOutput\TabularOutput.cs (4)
149orderedRows = rows.OrderByDescending(x => x[_ordering[0].Item1].RawText, _ordering[0].Item3); 153orderedRows = rows.OrderBy(x => x[_ordering[0].Item1].RawText, _ordering[0].Item3); 161orderedRows = orderedRows.ThenByDescending(x => x[_ordering[localI].Item1].RawText, _ordering[i].Item3); 165orderedRows = orderedRows.ThenBy(x => x[_ordering[localI].Item1].RawText, _ordering[i].Item3);