2 implementations of ShouldTreatWarningAsError
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
768
public bool
ShouldTreatWarningAsError
(string warningCode)
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
296
public bool
ShouldTreatWarningAsError
(string warningCode)
2 references to ShouldTreatWarningAsError
Microsoft.Build (1)
TaskLoggingHelper.cs (1)
1071
if (BuildEngine is IBuildEngine8 be8 && be8.
ShouldTreatWarningAsError
(warningCode))
Microsoft.Build.Utilities.Core (1)
TaskLoggingHelper.cs (1)
1071
if (BuildEngine is IBuildEngine8 be8 && be8.
ShouldTreatWarningAsError
(warningCode))