1 write to _clientScriptVirtualPath
System.Web (1)
HttpRuntime.cs (1)
2846
_theRuntime.
_clientScriptVirtualPath
= clientScriptVirtualPath;
2 references to _clientScriptVirtualPath
System.Web (2)
HttpRuntime.cs (2)
2842
if (_theRuntime.
_clientScriptVirtualPath
== null) {
2849
return _theRuntime.
_clientScriptVirtualPath
;