3 writes to _ownsUserIdentities
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (3)
390
_ownsUserIdentities
= false;
600
_ownsUserIdentities
= true;
637
_ownsUserIdentities
= false;
2 references to _ownsUserIdentities
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
387
if (
_ownsUserIdentities
&& !ReferenceEquals(User, user))
634
if (
_ownsUserIdentities
)