8 references to Invoke
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
86QilNode invoke = fac.Invoke(func, invokeArgs);
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
250QilNode initBinding = f.Invoke(initFunction, f.ActualParameterList()); 491param.DefaultValue = f.Invoke(paramFunc, paramActual); 2287return f.Invoke(applyFunction, invokeArgs);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (4)
364result = f.Invoke(generalKey, f.ActualParameterList(i, resolvedName, key, env.GetCurrent())); 373return f.Invoke(defList[0].Function, f.ActualParameterList(env.GetCurrent(), key)); 379result.Add(f.Invoke(keyDef.Function, f.ActualParameterList(env.GetCurrent(), i))); 390keyRef = f.Invoke(keyDef.Function, f.ActualParameterList(context, key));