1 write to IsWarning
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
586ce.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)