2 references to Clone
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticateResult.cs (1)
68return Success(Ticket!.Clone());
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationTicketTests.cs (1)
29var copy = ticket.Clone();