3 references to IndentOf
Infrastructure.Tests (3)
WorkflowScripts\SelectTestsCommentScriptTests.cs (3)
264var keyIndent = IndentOf(lines[scriptIdx]); 275if (IndentOf(line) <= keyIndent) 289var minIndent = body.Where(l => l.Length > 0).Min(IndentOf);