2 references to CdnPath
System.Web (2)
Handlers\AssemblyResourceLoader.cs (2)
358path = secureConnection ? definition.CdnPathSecureConnection : definition.CdnPath; 363if (!secureConnection || String.IsNullOrEmpty(definition.CdnPath)) {