8 references to ComponentReferenceCaptureAction
Microsoft.AspNetCore.Components.Authorization.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
133Assert.NotNull(frame.ComponentReferenceCaptureAction); 140Assert.Same(action, frame.ComponentReferenceCaptureAction);
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
133Assert.NotNull(frame.ComponentReferenceCaptureAction); 140Assert.Same(action, frame.ComponentReferenceCaptureAction);
Microsoft.AspNetCore.Components.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
133Assert.NotNull(frame.ComponentReferenceCaptureAction); 140Assert.Same(action, frame.ComponentReferenceCaptureAction);
Microsoft.AspNetCore.Components.Web.Tests (2)
src\Components\Shared\test\AssertFrame.cs (2)
133Assert.NotNull(frame.ComponentReferenceCaptureAction); 140Assert.Same(action, frame.ComponentReferenceCaptureAction);