6 references to CompilerParams
System (6)
compmod\system\codedom\compiler\CompilerInfo.cs (6)
137CompilerParams.WarningLevel == other.CompilerParams.WarningLevel && 138CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && 139CompilerParams.CompilerOptions == other.CompilerParams.CompilerOptions;