1 reference to CacheDurationSpecified
System.Web.Services (1)
System\Web\Services\WebMethodAttribute.cs (1)
242
attribute.CacheDuration = implAttribute.
CacheDurationSpecified
? implAttribute.CacheDuration : declAttribute.CacheDuration;