1 write to _templateControl
System.Web (1)
Compilation\ExpressionBuilderContext.cs (1)
29
_templateControl
= templateControl;
5 references to _templateControl
System.Web (5)
Compilation\ExpressionBuilderContext.cs (5)
34
return
_templateControl
;
40
if (_virtualPath == null &&
_templateControl
!= null) {
41
return
_templateControl
.AppRelativeVirtualPath;
50
if (_virtualPath == null &&
_templateControl
!= null)
51
return
_templateControl
.VirtualPath;