1 write to _context
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
165
_context
= new TransactionFlowBindingElement(NetTcpDefaults.TransactionsEnabled);
8 references to _context
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (8)
146
get { return
_context
.Transactions; }
147
set {
_context
.Transactions = value; }
152
get { return
_context
.TransactionProtocol; }
153
set {
_context
.TransactionProtocol = value; }
217
if (!
_context
.IsMatch(
_context
))
238
if (!
_context
.IsMatch(context))
302
bindingElements.Add(
_context
);