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