1 write to nextCommand
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2643
lastCommand.
nextCommand
= commandArgs;
4 references to nextCommand
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
578
deferredCommands = deferredCommands.
nextCommand
;
1738
deferredCommands = deferredCommands.
nextCommand
;
2641
while (lastCommand.
nextCommand
!= null)
2642
lastCommand = lastCommand.
nextCommand
;