1 write to _properties
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\HtmlPageContext.cs (1)
21
_properties
= properties;
3 references to _properties
Microsoft.AspNetCore.Identity.FunctionalTests (3)
Infrastructure\HtmlPageContext.cs (3)
15
: this(new Dictionary<string, object>(currentContext.
_properties
))
25
_properties
.TryGetValue(key, out var rawValue) ? (TValue)rawValue : default;
28
_properties
[key] = value;