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