2 writes to _customWarningRegex
Microsoft.Build.Tasks.Core (2)
Exec.cs (2)
111
set =>
_customWarningRegex
= value;
372
else if (OutputMatchesRegex(singleLine, ref
_customWarningRegex
))
1 reference to _customWarningRegex
Microsoft.Build.Tasks.Core (1)
Exec.cs (1)
110
get =>
_customWarningRegex
;