5 references to ElementReferenceCaptureAction
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeFrame.cs (1)
481return $"ElementReferenceCapture: (seq={Sequence}, len=n/a) {ElementReferenceCaptureAction}";
Microsoft.AspNetCore.Components.Authorization.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
126Assert.Same(action, frame.ElementReferenceCaptureAction);
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
126Assert.Same(action, frame.ElementReferenceCaptureAction);
Microsoft.AspNetCore.Components.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
126Assert.Same(action, frame.ElementReferenceCaptureAction);
Microsoft.AspNetCore.Components.Web.Tests (1)
src\Components\Shared\test\AssertFrame.cs (1)
126Assert.Same(action, frame.ElementReferenceCaptureAction);