1 write to ResponseText
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
452transaction.ResponseText = await transaction.Response.Content.ReadAsStringAsync();
1 reference to ResponseText
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
458transaction.ResponseElement = XElement.Parse(transaction.ResponseText);