1 write to _entryPointContext
Microsoft.Build (1)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
545
_entryPointContext
= entryPoint;
3 references to _entryPointContext
Microsoft.Build (3)
Logging\ParallelLogger\ParallelLoggerHelpers.cs (3)
555
return
_entryPointContext
;
578
return s_eventComparer.Equals(
_entryPointContext
, key.EntryPointContext) && (String.Equals(_targetName, key.TargetName, StringComparison.OrdinalIgnoreCase));
583
return
_entryPointContext
.GetHashCode() + _targetName.GetHashCode();