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