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)
1143if (!_isOnUNCShare) { 3060get { return _theRuntime._isOnUNCShare; }