1 instantiation of HasPropertyWhoseSetterThrows
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
526
var target = new
HasPropertyWhoseSetterThrows
();
4 references to HasPropertyWhoseSetterThrows
Microsoft.AspNetCore.Components.Tests (4)
ParameterViewTest.Assignment.cs (4)
526
var
target = new HasPropertyWhoseSetterThrows();
529
{ nameof(
HasPropertyWhoseSetterThrows
.StringProp), "anything" },
538
$"Unable to set property '{nameof(
HasPropertyWhoseSetterThrows
.StringProp)}' on object of " +
539
$"type '{typeof(
HasPropertyWhoseSetterThrows
).FullName}'. The error was: {ex.InnerException.Message}",