1 write to _changeToken
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (1)
165
_changeToken
= new CancellationChangeToken(_cancellationTokenSource.Token);
3 references to _changeToken
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\DefaultActionDescriptorCollectionProvider.cs (3)
58
Debug.Assert(
_changeToken
!= null);
73
Debug.Assert(
_changeToken
!= null);
75
return
_changeToken
;