1 write to _virtualPath
System.Web (1)
UI\SimpleWebHandlerParser.cs (1)
102
_virtualPath
= VirtualPath.Create(virtualPath);
8 references to _virtualPath
System.Web (8)
UI\SimpleWebHandlerParser.cs (8)
118
BuildResultCompiledType result = (BuildResultCompiledType) BuildManager.GetVPathBuildResult(
_virtualPath
);
127
AddSourceDependency(
_virtualPath
);
151
_virtualPath
.VirtualPathString, _lineNumber);
188
throw new HttpParseException(e.Message, e,
_virtualPath
, _sourceString, _lineNumber);
208
throw new HttpParseException(e.Message, e,
_virtualPath
, s, _lineNumber);
415
VirtualPath baseVirtualDir =
_virtualPath
.Parent;
473
throw new HttpParseException(null, e,
_virtualPath
, _sourceString, _lineNumber);
489
null,
_virtualPath
, _sourceString, _lineNumber);