1 instantiation of ClassWithoutTypeConverter
Microsoft.AspNetCore.Components.Tests (1)
EventCallbackFactoryBinderExtensionsTest.cs (1)
601
var value = new
ClassWithoutTypeConverter
();
3 references to ClassWithoutTypeConverter
Microsoft.AspNetCore.Components.Tests (3)
EventCallbackFactoryBinderExtensionsTest.cs (3)
601
var
value = new ClassWithoutTypeConverter();
603
Action<
ClassWithoutTypeConverter
> setter = (_) => value = _;
608
$"The type '{typeof(
ClassWithoutTypeConverter
).FullName}' does not have an associated TypeConverter that supports conversion from a string. " +