1 instantiation of SimpleSubscriberComponent
Microsoft.AspNetCore.Components.Tests (1)
CascadingParameterTest.cs (1)
845var components = Enumerable.Range(0, numSubscribers).Select(_ => new SimpleSubscriberComponent()).ToArray();
6 references to SimpleSubscriberComponent
Microsoft.AspNetCore.Components.Tests (6)
CascadingParameterTest.cs (6)
679var nestedComponent = FindComponent<SimpleSubscriberComponent>(secondBatch, out var nestedComponentId); 848foreach (var component in components) 858foreach (var component in components) 957public SimpleSubscriberComponent NestedSubscriber { get; private set; } 970builder.OpenComponent<SimpleSubscriberComponent>(1); 971builder.AddComponentReferenceCapture(2, component => NestedSubscriber = component as SimpleSubscriberComponent);