5 references to IISExpressPrefix
System.Web (5)
Compilation\ClientBuildManager.cs (5)
221&& appVirtualDir.StartsWith(IISExpressPrefix, StringComparison.OrdinalIgnoreCase) 222&& appVirtualDir.Length > IISExpressPrefix.Length) { 226int endSlash = appVirtualDir.IndexOf('/', IISExpressPrefix.Length); 228_hostingParameters.IISExpressVersion = appVirtualDir.Substring(IISExpressPrefix.Length, endSlash - IISExpressPrefix.Length);