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