2 writes to operationSupportingTokenParameters
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
67
this.
operationSupportingTokenParameters
= new Dictionary<string, SupportingTokenParameters>();
88
this.
operationSupportingTokenParameters
= new Dictionary<string, SupportingTokenParameters>();
5 references to operationSupportingTokenParameters
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElement.cs (5)
89
foreach (string key in elementToBeCloned.
operationSupportingTokenParameters
.Keys)
91
this.
operationSupportingTokenParameters
[key] = (SupportingTokenParameters)elementToBeCloned.
operationSupportingTokenParameters
[key].Clone();
137
return this.
operationSupportingTokenParameters
;
1844
if (this.
operationSupportingTokenParameters
.Count == 0)