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