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