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