1 instantiation of LogMessage
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMetadataFactoryTests.cs (1)
744return new LogMessage(value.id, value.message, value.eventName);
3 references to LogMessage
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMetadataFactoryTests.cs (3)
598var logMessages = new List<LogMessage>(); 737public static implicit operator (int id, string message, string eventName)(LogMessage value) 742public static implicit operator LogMessage((int id, string message, string eventName) value)