1 instantiation of TransactionFlowAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
130
operation.Behaviors.Add(new
TransactionFlowAttribute
(txFlow));
8 references to TransactionFlowAttribute
dotnet-svcutil-lib (8)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
18
typeof(
TransactionFlowAttribute
),
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (2)
134
TransactionFlowAttribute
parameter = operation.Behaviors.Find<
TransactionFlowAttribute
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
129
operation.Behaviors.Remove<
TransactionFlowAttribute
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (4)
814
System.ServiceModel.
TransactionFlowAttribute
attr = context.Operation.Behaviors.Find<System.ServiceModel.
TransactionFlowAttribute
>();
822
private static CodeAttributeDeclaration CreateAttrDecl(OperationContractGenerationContext context,
TransactionFlowAttribute
attr)
824
CodeAttributeDeclaration attrDecl = new CodeAttributeDeclaration(context.Contract.ServiceContractGenerator.GetCodeTypeReference(typeof(
TransactionFlowAttribute
)));