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