3 writes to Type
Microsoft.AspNetCore.Components.Web (1)
WebEventData\DragEventArgsReader.cs (1)
91
item.
Type
= property.Value.GetString()!;
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\DragEventArgsReaderTest.cs (2)
32
Type
= "type1,"
37
Type
= "type6,"
2 references to Type
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\DragEventArgsReaderTest.cs (2)
77
Assert.Equal(expected[i].
Type
, actual[i].
Type
);