2 writes to IsWarning
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
586ce.IsWarning = true;
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
557ce.IsWarning = true;
4 references to IsWarning
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (2)
174IsWarning ? "warning" : "error", 180IsWarning ? "warning" : "error",
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerErrorCollection.cs (2)
139if (!e.IsWarning) 163if (e.IsWarning)