2 writes to _customErrorRegex
Microsoft.Build.Tasks.Core (2)
Exec.cs (2)
100set => _customErrorRegex = value; 368if (OutputMatchesRegex(singleLine, ref _customErrorRegex))
1 reference to _customErrorRegex
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
99get => _customErrorRegex;