2 writes to StringProp
Microsoft.AspNetCore.Shared.Tests (2)
PropertyHelperTest.cs (2)
216anonymous.StringProp = "Five"; 541var value = accessor(new MyProperties() { StringProp = "Hi" });
3 references to StringProp
Microsoft.AspNetCore.Shared.Tests (3)
PropertyHelperTest.cs (3)
505.Single(p => p.Name == nameof(MyProperties.StringProp)); 536.Single(p => p.Name == nameof(MyProperties.StringProp)); 570.Single(p => p.Name == nameof(MyProperties.StringProp));