4 writes to Type
Microsoft.AspNetCore.Components.Web (1)
WebEventData\MouseEventArgsReader.cs (1)
113
eventArgs.
Type
= property.Value.GetString()!;
Microsoft.AspNetCore.Components.Web.Tests (3)
WebEventData\MouseEventArgsReaderTest.cs (1)
33
Type
= "type",
WebEventData\PointerEventArgsReaderTest.cs (1)
30
Type
= "type2",
WebEventData\WheelEventArgsReaderTest.cs (1)
20
Type
= "type1",
2 references to Type
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\MouseEventArgsReaderTest.cs (2)
63
Assert.Equal(expected.
Type
, actual.
Type
);