7 writes to _pendingConnectionType
System.Web (7)
UI\WebParts\ConnectionsZone.cs (7)
108
_pendingConnectionType
= ConnectionType.None;
616
_pendingConnectionType
= ConnectionType.None;
689
_pendingConnectionType
= ConnectionType.Consumer;
773
_pendingConnectionType
= ConnectionType.Provider;
950
_pendingConnectionType
= ConnectionType.Consumer;
1177
_pendingConnectionType
= (ConnectionType)state[pendingConnectionTypeIndex];
1329
_pendingConnectionType
= ConnectionType.Consumer;
12 references to _pendingConnectionType
System.Web (12)
UI\WebParts\ConnectionsZone.cs (12)
832
if (
_pendingConnectionType
== ConnectionType.Consumer) {
860
else if (
_pendingConnectionType
== ConnectionType.Provider) {
907
if (
_pendingConnectionType
== ConnectionType.Provider) {
937
if (
_pendingConnectionType
== ConnectionType.Consumer) {
992
Debug.Assert(
_pendingConnectionType
== ConnectionType.None);
1244
if (
_pendingConnectionType
== ConnectionType.Consumer && !String.IsNullOrEmpty(_pendingConnectionID)) {
1973
if (
_pendingConnectionType
== ConnectionType.Consumer && isConsumer) {
2069
myState[pendingConnectionTypeIndex] =
_pendingConnectionType
;
2233
if (
_pendingConnectionType
== ConnectionType.Consumer &&
2254
else if (
_pendingConnectionType
== ConnectionType.Provider) {
2290
if ((
_pendingConnectionType
== ConnectionType.Consumer &&
2293
_pendingConnectionType
== ConnectionType.Provider) {