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