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