1 instantiation of HasInheritedProperties
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
61
var target = new
HasInheritedProperties
();
3 references to HasInheritedProperties
Microsoft.AspNetCore.Components.Tests (3)
ParameterViewTest.Assignment.cs (3)
58
{ nameof(
HasInheritedProperties
.IntProp), 123 },
59
{ nameof(
HasInheritedProperties
.DerivedClassIntProp), 456 },
61
var
target = new HasInheritedProperties();