3 writes to _machineName
System (3)
services\monitoring\system\diagnosticts\EventSourceCreationData.cs (3)
24_machineName = machineName; 32_machineName = machineName; 47set { _machineName = value; }
1 reference to _machineName
System (1)
services\monitoring\system\diagnosticts\EventSourceCreationData.cs (1)
46get { return _machineName; }