7 writes to State
Microsoft.AspNetCore.Authentication.Negotiate (7)
NegotiateHandler.cs (7)
129persistence?.State = null; 145persistence.State = null; 176persistence.State = _negotiateState; 209persistence.State = null; 219persistence.State = _negotiateState; 226persistence.State = null; 249persistence.State = null;
8 references to State
Microsoft.AspNetCore.Authentication.Negotiate (8)
NegotiateHandler.cs (8)
95_negotiateState = persistence?.State; 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();