4 references to _matchIter
Microsoft.ML.Predictor.Tests (4)
CompareBaselines.cs (4)
236
if (
_matchIter
.IsMatch(line1) !=
_matchIter
.IsMatch(line2))
240
while (line1 != null &&
_matchIter
.IsMatch(line1))
245
while (line2 != null &&
_matchIter
.IsMatch(line2))