6 references to CompilerParams
System.CodeDom (6)
System\CodeDom\Compiler\CompilerInfo.cs (6)
96CompilerParams.WarningLevel == other.CompilerParams.WarningLevel && 97CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 98CompilerParams.CompilerOptions == other.CompilerParams.CompilerOptions;