1 write to nextCommand
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
2633lastCommand.nextCommand = commandArgs;
4 references to nextCommand
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (4)
579deferredCommands = deferredCommands.nextCommand; 1736deferredCommands = deferredCommands.nextCommand; 2631while (lastCommand.nextCommand != null) 2632lastCommand = lastCommand.nextCommand;