10 references to RequestedEntryType
System.Web (10)
Hosting\MapPathBasedVirtualPathProvider.cs (10)
207System.Web.VirtualPath.CreateNonRelative(VirtualPath), RequestedEntryType.Directories); 214System.Web.VirtualPath.CreateNonRelative(VirtualPath), RequestedEntryType.Files); 221System.Web.VirtualPath.CreateNonRelative(VirtualPath), RequestedEntryType.All); 235private RequestedEntryType _requestedEntryType; 237internal MapPathBasedVirtualPathCollection(VirtualPath virtualPath, RequestedEntryType requestedEntryType) { 258RequestedEntryType _requestedEntryType; 261internal MapPathBasedVirtualPathEnumerator(VirtualPath virtualPath, RequestedEntryType requestedEntryType) { 282if (_requestedEntryType != RequestedEntryType.Files) { 355if (_requestedEntryType == RequestedEntryType.Files) 377if (_requestedEntryType == RequestedEntryType.Directories)