6 references to CompilerParams
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerInfo.cs (6)
142CompilerParams.WarningLevel == other.CompilerParams.WarningLevel && 143CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 144CompilerParams.CompilerOptions == other.CompilerParams.CompilerOptions;