3 references to Read
Microsoft.AspNetCore.Authentication (2)
PropertiesSerializer.cs (1)
39return Read(reader);
TicketSerializer.cs (1)
171var properties = PropertiesSerializer.Default.Read(reader);
Microsoft.AspNetCore.Authentication.Twitter (1)
Messages\RequestTokenSerializer.cs (1)
81AuthenticationProperties? properties = PropertiesSerializer.Default.Read(reader);