6 references to CompilerParams
System.CodeDom (6)
System\CodeDom\Compiler\CompilerInfo.cs (6)
93CompilerParams.WarningLevel == other.CompilerParams.WarningLevel && 94CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 95CompilerParams.CompilerOptions == other.CompilerParams.CompilerOptions;