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