1 write to Lines
Microsoft.ML.IntegrationTests (1)
Debugging.cs (1)
201Lines = new ConcurrentDictionary<string, int>();
3 references to Lines
Microsoft.ML.IntegrationTests (3)
Debugging.cs (3)
189Assert.Contains(line, logWatcher.Lines as IReadOnlyDictionary<string, int>); 190Assert.Equal(1, logWatcher.Lines[line]); 206Lines.AddOrUpdate(e.Message, 1, (key, oldValue) => oldValue + 1);