4 writes to issuedTokens
System.ServiceModel (4)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (4)
40
this.
issuedTokens
= transactions ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed;
54
this.
issuedTokens
= elementToBeCloned.issuedTokens;
74
this.
issuedTokens
= value ? TransactionFlowOption.Allowed : TransactionFlowOption.NotAllowed;
87
this.
issuedTokens
= value;
8 references to issuedTokens
System.ServiceModel (8)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (8)
54
this.issuedTokens = elementToBeCloned.
issuedTokens
;
82
return this.
issuedTokens
;
98
if (this.
issuedTokens
!= TransactionFlowOption.NotAllowed)
121
if (this.
issuedTokens
!= TransactionFlowOption.NotAllowed)
222
if (this.
issuedTokens
== TransactionFlowOption.NotAllowed)
254
if (this.
issuedTokens
== TransactionFlowOption.NotAllowed)
460
if (this.
issuedTokens
!= txFlow.
issuedTokens
)