3 writes to _ownsUserIdentities
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (3)
308
_ownsUserIdentities
= false;
357
_ownsUserIdentities
= true;
394
_ownsUserIdentities
= false;
2 references to _ownsUserIdentities
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
305
if (
_ownsUserIdentities
&& !ReferenceEquals(User, user))
391
if (
_ownsUserIdentities
)