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