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