6 writes to State
Microsoft.AspNetCore.Authentication.Negotiate (6)
NegotiateHandler.cs (6)
145persistence.State = null; 176persistence.State = _negotiateState; 209persistence.State = null; 219persistence.State = _negotiateState; 226persistence.State = null; 249persistence.State = null;
9 references to State
Microsoft.AspNetCore.Authentication.Negotiate (9)
NegotiateHandler.cs (9)
95_negotiateState = persistence?.State; 129persistence?.State = null; 142if (persistence?.State != null) 144persistence.State.Dispose(); 206Debug.Assert(object.ReferenceEquals(persistence?.State, _negotiateState), 223if (persistence?.State != null) 246if (persistence?.State != null) 248persistence.State.Dispose(); 431State?.Dispose();