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