1 write to _messagesCollection
Microsoft.NET.TestFramework (1)
InMemoryLoggerProvider.cs (1)
31public InMemoryLogger(List<(LogLevel, string)> messagesCollection) => _messagesCollection = messagesCollection;
1 reference to _messagesCollection
Microsoft.NET.TestFramework (1)
InMemoryLoggerProvider.cs (1)
42_messagesCollection.Add((logLevel, formatter(state, exception)));