5 references to Errors
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CustomTaskHelper.cs (1)
53foreach (CompilerError error in results.Errors)
Microsoft.Build.Tasks.Core (4)
CodeTaskFactory.cs (3)
805if (compilerResults.Errors.Count > 0 || Environment.GetEnvironmentVariable("MSBUILDLOGCODETASKFACTORYOUTPUT") != null) 813if (compilerResults.NativeCompilerReturnValue != 0 && compilerResults.Errors.Count > 0) 817foreach (CompilerError e in compilerResults.Errors)
XamlTaskFactory\XamlTaskFactory.cs (1)
169foreach (CompilerError error in results.Errors)