7 writes to State
Microsoft.AspNetCore.Authentication.Negotiate (7)
NegotiateHandler.cs (7)
131persistence?.State = null; 147persistence.State = null; 178persistence.State = _negotiateState; 211persistence.State = null; 221persistence.State = _negotiateState; 228persistence.State = null; 251persistence.State = null;
8 references to State
Microsoft.AspNetCore.Authentication.Negotiate (8)
NegotiateHandler.cs (8)
97_negotiateState = persistence?.State; 144if (persistence?.State != null) 146persistence.State.Dispose(); 208Debug.Assert(object.ReferenceEquals(persistence?.State, _negotiateState), 225if (persistence?.State != null) 248if (persistence?.State != null) 250persistence.State.Dispose(); 445State?.Dispose();