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)
86
if (WebPartUtil.IsConnectionPointTypeValid(
_connectionPointType
, /*isConsumer*/ false)) {
87
return
_connectionPointType
;
90
throw new InvalidOperationException(SR.GetString(SR.ConnectionProviderAttribute_InvalidConnectionPointType,
_connectionPointType
.Name));