1 write to _compConfig
System.Web (1)
UI\TemplateParser.cs (1)
544
_compConfig
= MTConfigUtil.GetCompilationConfig(CurrentVirtualPath);
6 references to _compConfig
System.Web (6)
UI\TemplateParser.cs (6)
54
get { return
_compConfig
; }
646
if (
_compConfig
!= null) {
647
flags[useExplicit] =
_compConfig
.Explicit;
648
flags[strict] =
_compConfig
.Strict;
1245
_compConfig
, CurrentVirtualPath);
2341
return
_compConfig
.LoadAssembly(assemblyName, throwOnFail);