1 write to _current
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
131
if ((
_current
= Unsafe.As<TDelegate>(_delegate?.TryGetAt(index))) == null)
1 reference to _current
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
120
get =>
_current
!;