1 write to _isOnUNCShare
System.Web (1)
HttpRuntime.cs (1)
327
_isOnUNCShare
= StringUtil.StringStartsWith(_appDomainAppPath, "\\\\");
2 references to _isOnUNCShare
System.Web (2)
HttpRuntime.cs (2)
1143
if (!
_isOnUNCShare
) {
3060
get { return _theRuntime.
_isOnUNCShare
; }