13 references to Process
System.ServiceModel (13)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
793throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branches[i])); 1113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(nextOpcode)); 1174throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(branch.Branch)); 1195throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(result.Branch.Branch.Next));
System\ServiceModel\Dispatcher\QueryMatcher.cs (5)
118throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 205throw TraceUtility.ThrowHelperError(e.Process(this.matcher.RootOpcode), this.message); 533throw TraceUtility.ThrowHelperError(e.Process(this.query), message); 575throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query)); 856throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this.query));
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
846throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(op)); 867throw TraceUtility.ThrowHelperError(e.Process(op), this.message);
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
683throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this)); 706throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(e.Process(this));