3 writes to WarningLevel
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (1)
152copy.WarningLevel = _compilerParams.WarningLevel;
FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs (2)
32compilerParameters.WarningLevel = 4; 44compilerParameters.WarningLevel = 4;
7 references to WarningLevel
dotnet-svcutil-lib (7)
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)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
3264if (retValue != 0 || options.WarningLevel > 0)