1 write to _connectionPointType
System.Web (1)
UI\WebParts\ConnectionConsumerAttribute.cs (1)
43_connectionPointType = connectionPointType;
3 references to _connectionPointType
System.Web (3)
UI\WebParts\ConnectionConsumerAttribute.cs (3)
86if (WebPartUtil.IsConnectionPointTypeValid(_connectionPointType, /*isConsumer*/ true)) { 87return _connectionPointType; 90throw new InvalidOperationException(SR.GetString(SR.ConnectionConsumerAttribute_InvalidConnectionPointType, _connectionPointType.Name));