3 references to TransactedBatchingElement
System.ServiceModel (3)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
56
this.BehaviorExtensions.Add(new ExtensionElement(ConfigurationStrings.TransactedBatchingSectionName, typeof(
TransactedBatchingElement
).AssemblyQualifiedName));
System\ServiceModel\Configuration\TransactedBatchingElement.cs (2)
24
TransactedBatchingElement
source = from as
TransactedBatchingElement
;