2 writes to _projectKey
Microsoft.Build (2)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (2)
603set { _projectKey = value; } 616_projectKey = projectKey;
7 references to _projectKey
Microsoft.Build (7)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (7)
602get { return _projectKey; } 635fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}", _projectKey); 651fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}:{1}", _projectKey, _entryPointKey); 655fullProjectKey = String.Format(CultureInfo.InvariantCulture, "{0}", _projectKey); 668return (compareKey._projectKey == _projectKey) && (compareKey._entryPointKey == _entryPointKey); 678return _projectKey + (_entryPointKey << 16);