13 references to Process
System.ServiceModel (13)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
789throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 1109throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(nextOpcode)); 1170throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branch.Branch)); 1191throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.Next));
System\ServiceModel\Dispatcher\QueryMatcher.cs (5)
114throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 201throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 529throw TraceUtility.ThrowHelperError(e.Process(this.query), message); 571throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 852throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query));
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
842throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(op)); 863throw TraceUtility.ThrowHelperError(e.Process(op), this.message);
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
679throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this)); 702throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this));