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"/>. 1086return context?.Configuration ?? _currentConfiguration; 1740LogMessagePacketBase logMessage = new(new KeyValuePair<int, BuildEventArgs>(_currentConfiguration.NodeId, e));