1 instantiation of SelectRuntime
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (1)
39
SelectRuntime selectRuntime = new
SelectRuntime
{ Select = select, SelectAdditional = selectAdditional, IsContextQuery = isContextQuery };
10 references to SelectRuntime
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\CorrelationKeyCalculator.cs (10)
26
MessageFilterTable<
SelectRuntime
> whereRuntime;
31
this.whereRuntime = new MessageFilterTable<
SelectRuntime
>();
39
SelectRuntime
selectRuntime = new SelectRuntime { Select = select, SelectAdditional = selectAdditional, IsContextQuery = isContextQuery };
81
SelectRuntime
select;
201
protected abstract bool ExecuteWhere(T target, Message messageToReadHeaders, MessageFilterTable<
SelectRuntime
> whereRuntime,
202
out
SelectRuntime
select);
239
protected override bool ExecuteWhere(MessageBuffer target, Message messageToReadHeaders, MessageFilterTable<
SelectRuntime
> whereRuntime,
240
out
SelectRuntime
select)
263
protected override bool ExecuteWhere(Message target, Message messageToReadHeaders, MessageFilterTable<
SelectRuntime
> whereRuntime,
264
out
SelectRuntime
select)