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