3 references to ConnectionConsumerAttribute
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
1776
object[] consumerAttributes = method.GetCustomAttributes(typeof(
ConnectionConsumerAttribute
), true);
1788
ConnectionConsumerAttribute
attribute = consumerAttributes[0] as
ConnectionConsumerAttribute
;