2 references to ReadForm
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterHandler.cs (2)
277
var responseParameters = new FormCollection(new FormReader(responseText).
ReadForm
());
308
var responseParameters = new FormCollection(new FormReader(responseText).
ReadForm
());