1 instantiation of SupplyParameterWithSingleDeliveryAttribute
Microsoft.AspNetCore.Components.Tests (1)
CascadingParameterStateTest.cs (1)
458
[
SupplyParameterWithSingleDelivery
] internal ValueType3 SingleDeliveryCascadingParam { get; set; }
2 references to SupplyParameterWithSingleDeliveryAttribute
Microsoft.AspNetCore.Components.Tests (2)
CascadingParameterStateTest.cs (2)
400
Assert.StartsWith($"'{typeof(
SupplyParameterWithSingleDeliveryAttribute
)}' is flagged with SingleDelivery", ex.Message);
487
=> parameterInfo.Attribute is
SupplyParameterWithSingleDeliveryAttribute
;