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