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