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