1 write to _scriptResourceAbsolutePath
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
44
_scriptResourceAbsolutePath
= VirtualPathUtility.ToAbsolute(_scriptResourceUrl);
2 references to _scriptResourceAbsolutePath
System.Web.Extensions (2)
Handlers\ScriptResourceHandler.cs (2)
43
if (
_scriptResourceAbsolutePath
== null) {
46
return
_scriptResourceAbsolutePath
;