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