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