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)
34return _templateControl; 40if (_virtualPath == null && _templateControl != null) { 41return _templateControl.AppRelativeVirtualPath; 50if (_virtualPath == null && _templateControl != null) 51return _templateControl.VirtualPath;