2 writes to Type
Microsoft.AspNetCore.Components.Web (1)
WebEventData\ErrorEventArgsReader.cs (1)
41eventArgs.Type = property.Value.GetString()!;
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\ErrorEventArgsReaderTest.cs (1)
20Type = "type2",
2 references to Type
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\ErrorEventArgsReaderTest.cs (2)
33Assert.Equal(args.Type, result.Type);