8 references to
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (4)
1090
newContext.Values[newContext.TopArg
[
result.ValIndex]].Boolean = true;
1096
newContext.Values[newContext.TopArg
[
result.ValIndex]].Boolean = true;
1183
context.Values[context.TopArg
[
result.ValIndex]].Boolean = true;
1383
this.CollectMatches(i, ref context.Values[arg
[
i]], resultSet);
System\ServiceModel\Dispatcher\QueryFunctions.cs (4)
154
xsltArgs[i] = context.PeekString(arg
[
iteration]);
158
xsltArgs[i] = context.PeekDouble(arg
[
iteration]);
162
xsltArgs[i] = context.PeekBoolean(arg
[
iteration]);
166
NodeSequenceIterator iter = new NodeSequenceIterator(context.PeekSequence(arg
[
iteration]));