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