1 write to _cancellationToken
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\DisconnectListener.cs (1)
143
return LazyInitializer.EnsureInitialized(ref
_cancellationToken
, ref _initialized, ref syncObject, () => _parent.CreateDisconnectToken(connectionId));
1 reference to _cancellationToken
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\DisconnectListener.cs (1)
134
return
_cancellationToken
;