2 writes to _currentConfiguration
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
1176
_currentConfiguration
= taskHostConfiguration;
1204
_currentConfiguration
= null;
4 references to _currentConfiguration
MSBuild (4)
OutOfProcTaskHostNode.cs (4)
224
/// Uses the per-task context first, falling back to <see cref="
_currentConfiguration
"/>.
1081
/// is null so this falls back to the global <see cref="
_currentConfiguration
"/>.
1086
return context?.Configuration ??
_currentConfiguration
;
1740
LogMessagePacketBase logMessage = new(new KeyValuePair<int, BuildEventArgs>(
_currentConfiguration
.NodeId, e));