4 writes to Result
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
93context.Processor.Result = result;
System\ServiceModel\Dispatcher\QueryResultOp.cs (3)
28context.Processor.Result = this.IsSuccess(context); 43context.Processor.Result = false; 248context.Processor.Result = false;
1 reference to Result
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
32this.result = this.processor.Result;