2 writes to _projectKey
Microsoft.Build (2)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (2)
605set { _projectKey = value; } 618_projectKey = projectKey;
7 references to _projectKey
Microsoft.Build (7)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (7)
604get { return _projectKey; } 637fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}", _projectKey); 653fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}:{1}", _projectKey, _entryPointKey); 657fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}", _projectKey); 670return (compareKey._projectKey == _projectKey) && (compareKey._entryPointKey == _entryPointKey); 680return _projectKey + (_entryPointKey << 16);