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