28 references to HasErrors
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3452if (results.Errors.HasErrors || !options.GenerateInMemory) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2908if (!results.Errors.HasErrors && options.GenerateInMemory) {
compmod\system\codedom\compiler\CodeCompiler.cs (1)
401if (!results.Errors.HasErrors && options.GenerateInMemory) {
System.Activities (2)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
2367if (compilerResults.Errors == null || !compilerResults.Errors.HasErrors) 2375if (compilerResults.Errors != null && (compilerResults.Errors.HasWarnings || compilerResults.Errors.HasErrors))
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
356if (codeGenerator.Errors.HasErrors) 580if (results.Errors.HasErrors)
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Scripts.cs (1)
333return results.Errors.HasErrors ? null : results.CompiledAssembly;
System\Xml\Xsl\XsltOld\Compiler.cs (1)
811if (results.Errors.HasErrors) {
System.Management (1)
Instrumentation\Instrumentation.cs (1)
341if (results.Errors.HasErrors)
System.Runtime.Remoting (1)
metadata\metadata.cs (1)
230if (results.Errors.HasErrors)
System.Web (8)
Compilation\AssemblyBuilder.cs (5)
1000if (results != null && (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors)) 1030if (results.Errors.HasErrors) { 1045if (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors) { 1064if (results == null || !results.Errors.HasErrors) 1167if (!results.Errors.HasErrors)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
826if (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors) {
ErrorFormatter.cs (1)
1647if (results.Errors.HasErrors) {
HttpException.cs (1)
422if (_results == null || !_results.Errors.HasErrors)
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
621if (!compilerResults.Errors.HasErrors)
AuthoringOM\Compiler\XomlCompiler.cs (4)
540if (generateInMemory && !results.Errors.HasErrors) 866if (results.Errors.HasErrors) 1005if (results2.Errors.HasErrors) 1108if (results.Errors.HasErrors)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (3)
212if (!results.Errors.HasErrors) 246if (!results.Errors.HasErrors && parameters.CheckTypes) 268if (!results.Errors.HasErrors && !parameters.GenerateCodeCompileUnitOnly && parameters.GenerateInMemory &&
System.Xml (1)
System\Xml\Xslt\XslCompiledTransform.cs (1)
238if (!errors.HasErrors) {