2 references to Exists
System.Web (2)
CachedPathData.cs (1)
428
while (pathData != null && !pathData.CompletedFirstRequest && !pathData.
Exists
) {
Security\FileAuthorizationModule.cs (1)
223
if (pathData != null && pathData.
Exists
&& oSecDesc._AnonymousAccessChecked) {