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