1 write to dictionary
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
28
this.
dictionary
= dictionary;
3 references to dictionary
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannelFactory.cs (3)
66
get { return this.
dictionary
; }
72
if (!
dictionary
.TryGetValue(new DirectionalAction(direction, action), out txOption))
75
if (this.allowWildcardAction &&
dictionary
.TryGetValue(new DirectionalAction(direction, MessageHeaders.WildcardAction), out txOption))