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;