2 writes to _entryPointKey
Microsoft.Build (2)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (2)
611set { _entryPointKey = value; } 619_entryPointKey = entryPointKey;
6 references to _entryPointKey
Microsoft.Build (6)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (6)
610get { return _entryPointKey; } 651if (_entryPointKey > 1) 653fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}:{1}", _projectKey, _entryPointKey); 670return (compareKey._projectKey == _projectKey) && (compareKey._entryPointKey == _entryPointKey); 680return _projectKey + (_entryPointKey << 16);