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