17 references to CompilerParameters
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
596
ProcessCompilationParams(directive, compilerType.
CompilerParameters
);
System.Web (16)
Compilation\AssemblyBuilder.cs (7)
172
_compilerType.
CompilerParameters
.IncludeDebugInformation = true;
176
_compilerType.
CompilerParameters
.IncludeDebugInformation = false;
180
_compilerType.
CompilerParameters
.IncludeDebugInformation = false;
184
_compilerType.
CompilerParameters
.IncludeDebugInformation = true;
188
_tempFiles.KeepFiles = _compilerType.
CompilerParameters
.IncludeDebugInformation;
641
if (!_compilerType.
CompilerParameters
.IncludeDebugInformation)
678
CompilerParameters compilParams = _compilerType.
CompilerParameters
;
Compilation\BuildManagerHost.cs (1)
542
compilerParameters = compilerType.
CompilerParameters
;
Compilation\BuildProvider.cs (1)
414
CompilationUtil.CheckCompilerOptionsAllowed(compilerType.
CompilerParameters
.CompilerOptions,
Configuration\CompilationSection.cs (3)
600
compilerType.
CompilerParameters
.IncludeDebugInformation = Debug;
646
CompilationUtil.CheckCompilerOptionsAllowed(compilerType.
CompilerParameters
.CompilerOptions,
653
compilerType.
CompilerParameters
.IncludeDebugInformation = Debug;
UI\SimpleWebHandlerParser.cs (2)
369
if (_compilerType.
CompilerParameters
!= null)
370
ProcessCompilationParams(directive, _compilerType.
CompilerParameters
);
UI\TemplateParser.cs (2)
443
internal CompilerParameters CompilParams { get { return _compilerType.
CompilerParameters
; } }
1253
CompilerParameters compilParams = _compilerType.
CompilerParameters
;