2 writes to WarningLevel
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (1)
152
copy.
WarningLevel
= _compilerParams.WarningLevel;
FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs (1)
32
compilerParameters.
WarningLevel
= 4;
6 references to WarningLevel
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (3)
142
CompilerParams.
WarningLevel
== other.CompilerParams.
WarningLevel
&&
152
copy.WarningLevel = _compilerParams.
WarningLevel
;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
682
if (options.
WarningLevel
>= 0)
684
sb.Append("/w:" + options.
WarningLevel
+ " ");
3925
if (retValue != 0 || options.
WarningLevel
> 0)