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)
305if (_ownsUserIdentities && !ReferenceEquals(User, user)) 391if (_ownsUserIdentities)