9 writes to IsWarning
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
550ce.IsWarning = true;
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
526ce.IsWarning = true;
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
663error.IsWarning = false;
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Compiler.cs (1)
304error.IsWarning = true;
System.Web (1)
Compilation\AssemblyResolver.cs (1)
333error.IsWarning = true;
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompilerError.cs (1)
68this.IsWarning = error.IsWarning;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (3)
53libPathError.IsWarning = true; 199compilerError.IsWarning = true; 549compilerError.IsWarning = error.IsWarning;
21 references to IsWarning
System (4)
compmod\system\codedom\compiler\CompilerError.cs (2)
154IsWarning ? "warning" : "error", 160IsWarning ? "warning" : "error",
compmod\system\codedom\compiler\CompilerErrorCollection.cs (2)
123if (!e.IsWarning) { 142if (e.IsWarning) {
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2394message.IsWarning = ce.IsWarning;
System.Data.Entity.Design (1)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
451EdmSchemaErrorSeverity severity = error.IsWarning ? EdmSchemaErrorSeverity.Warning : EdmSchemaErrorSeverity.Error;
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\Compiler.cs (2)
349result = x.IsWarning.CompareTo(y.IsWarning);
System.Web (5)
Compilation\AssemblyBuilder.cs (1)
1068if (error.IsWarning) continue;
Compilation\BuildProvidersCompiler.cs (1)
433if (error.IsWarning)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
828if (!error.IsWarning) {
ErrorFormatter.cs (1)
1708if (e.IsWarning) {
HttpException.cs (1)
430if (error.IsWarning) continue;
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
595if (error.IsWarning)
AuthoringOM\Compiler\XomlCompilerError.cs (5)
68this.IsWarning = error.IsWarning; 99return string.Format(CultureInfo.CurrentCulture, "{0} : {1} {2}: {3}", new object[] { FileName, IsWarning ? "warning" : "error", ErrorNumber, ErrorText }); 101return string.Format(CultureInfo.CurrentCulture, "{0}({1},{2}) : {3} {4}: {5}", new object[] { FileName, this.incrementLineAndColumn ? Line + 1 : Line, this.incrementLineAndColumn ? Column + 1 : Column, IsWarning ? "warning" : "error", ErrorNumber, ErrorText }); 105return string.Format(CultureInfo.CurrentCulture, "{0} {1}: {2}", IsWarning ? "warning" : "error", ErrorNumber, ErrorText); 123return this.IsWarning;
System.Xml (2)
System\Xml\Serialization\Compiler.cs (1)
207if (!e.IsWarning || e.ErrorNumber == "CS1595") {
System\Xml\Xslt\XslCompiledTransform.cs (1)
198if (!error.IsWarning) {