2 writes to _customWarningRegex
Microsoft.Build.Tasks.Core (2)
Exec.cs (2)
115set => _customWarningRegex = value; 381else if (OutputMatchesRegex(singleLine, ref _customWarningRegex))
1 reference to _customWarningRegex
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
114get => _customWarningRegex;