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