1 write to ResponseElement
Microsoft.AspNetCore.Authentication.Test (1)
CookieTests.cs (1)
1929transaction.ResponseElement = XElement.Parse(transaction.ResponseText);
2 references to ResponseElement
Microsoft.AspNetCore.Authentication.Test (2)
CookieTests.cs (2)
1754var claim = transaction.ResponseElement.Elements("claim").SingleOrDefault(elt => elt.Attribute("type").Value == claimType); 1764var property = transaction.ResponseElement.Elements("extra").SingleOrDefault(elt => elt.Attribute("type").Value == key);