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