6 references to IsRelative
System.Web (6)
Compilation\BuildManager.cs (2)
1580Debug.Assert(!virtualPath.IsRelative); 2759Debug.Assert(!virtualPath.IsRelative);
Hosting\MapPathBasedVirtualPathProvider.cs (1)
263if (virtualPath.IsRelative) {
VirtualPath.cs (2)
199if (!relativePath.IsRelative) 364if (this.IsRelative) {
VirtualPathUtility.cs (1)
27return !virtualPathObject.IsRelative && virtualPathObject.VirtualPathStringIfAvailable != null;