2 references to SyntaxDirectiveFullLineNext
SuperFileCheck (2)
Program.cs (2)
78
var pattern = $"({String.Join('|', checkPrefixes)})+?({{LITERAL}})?(:|-LABEL:|-NEXT:|-NOT:|-SAME:|-EMPTY:|-COUNT:|-DAG:|{SyntaxDirectiveFullLine}|{
SyntaxDirectiveFullLineNext
})";
355
result = TryTransformDirective(lineStr, checkPrefixes,
SyntaxDirectiveFullLineNext
, "-NEXT");