7 writes to State
Microsoft.AspNetCore.Authentication.Negotiate (7)
NegotiateHandler.cs (7)
131persistence.State = null; 148persistence.State = null; 179persistence.State = _negotiateState; 212persistence.State = null; 222persistence.State = _negotiateState; 229persistence.State = null; 252persistence.State = null;
8 references to State
Microsoft.AspNetCore.Authentication.Negotiate (8)
NegotiateHandler.cs (8)
95_negotiateState = persistence?.State; 145if (persistence?.State != null) 147persistence.State.Dispose(); 209Debug.Assert(object.ReferenceEquals(persistence?.State, _negotiateState), 226if (persistence?.State != null) 249if (persistence?.State != null) 251persistence.State.Dispose(); 434State?.Dispose();