4 references to Default
Microsoft.AspNetCore.Authentication (2)
TicketSerializer.cs (2)
70PropertiesSerializer.Default.Write(writer, ticket.Properties); 171var properties = PropertiesSerializer.Default.Read(reader);
Microsoft.AspNetCore.Authentication.Twitter (2)
Messages\RequestTokenSerializer.cs (2)
61PropertiesSerializer.Default.Write(writer, token.Properties); 81AuthenticationProperties? properties = PropertiesSerializer.Default.Read(reader);