1 instantiation of XmlQueryRuntime
System.Data.SqlXml (1)
System\Xml\Xsl\XmlILCommand.cs (1)
212
this.delExec(new
XmlQueryRuntime
(this.staticData, defaultDocument, dataSources, argumentList, results));
97 references to XmlQueryRuntime
System.Data.SqlXml (97)
System\Xml\Xsl\IlGen\GenerateHelper.cs (34)
228
public static readonly MethodInfo AddNewIndex = GetMethod(typeof(
XmlQueryRuntime
), "AddNewIndex");
229
public static readonly MethodInfo ChangeTypeXsltArg = GetMethod(typeof(
XmlQueryRuntime
), "ChangeTypeXsltArgument", typeof(int), typeof(object), typeof(Type));
230
public static readonly MethodInfo ChangeTypeXsltResult = GetMethod(typeof(
XmlQueryRuntime
), "ChangeTypeXsltResult");
231
public static readonly MethodInfo CompPos = GetMethod(typeof(
XmlQueryRuntime
), "ComparePosition");
232
public static readonly MethodInfo Context = GetMethod(typeof(
XmlQueryRuntime
), "get_ExternalContext");
233
public static readonly MethodInfo CreateCollation = GetMethod(typeof(
XmlQueryRuntime
), "CreateCollation");
234
public static readonly MethodInfo DocOrder = GetMethod(typeof(
XmlQueryRuntime
), "DocOrderDistinct");
235
public static readonly MethodInfo EndRtfConstr = GetMethod(typeof(
XmlQueryRuntime
), "EndRtfConstruction");
236
public static readonly MethodInfo EndSeqConstr = GetMethod(typeof(
XmlQueryRuntime
), "EndSequenceConstruction");
237
public static readonly MethodInfo FindIndex = GetMethod(typeof(
XmlQueryRuntime
), "FindIndex");
238
public static readonly MethodInfo GenId = GetMethod(typeof(
XmlQueryRuntime
), "GenerateId");
239
public static readonly MethodInfo GetAtomizedName = GetMethod(typeof(
XmlQueryRuntime
), "GetAtomizedName");
240
public static readonly MethodInfo GetCollation = GetMethod(typeof(
XmlQueryRuntime
), "GetCollation");
241
public static readonly MethodInfo GetEarly = GetMethod(typeof(
XmlQueryRuntime
), "GetEarlyBoundObject");
242
public static readonly MethodInfo GetNameFilter = GetMethod(typeof(
XmlQueryRuntime
), "GetNameFilter");
243
public static readonly MethodInfo GetOutput = GetMethod(typeof(
XmlQueryRuntime
), "get_Output");
244
public static readonly MethodInfo GetGlobalValue = GetMethod(typeof(
XmlQueryRuntime
), "GetGlobalValue");
245
public static readonly MethodInfo GetTypeFilter = GetMethod(typeof(
XmlQueryRuntime
), "GetTypeFilter");
246
public static readonly MethodInfo GlobalComputed = GetMethod(typeof(
XmlQueryRuntime
), "IsGlobalComputed");
247
public static readonly MethodInfo ItemMatchesCode = GetMethod(typeof(
XmlQueryRuntime
), "MatchesXmlType", typeof(XPathItem), typeof(XmlTypeCode));
248
public static readonly MethodInfo ItemMatchesType = GetMethod(typeof(
XmlQueryRuntime
), "MatchesXmlType", typeof(XPathItem), typeof(int));
249
public static readonly MethodInfo QNameEqualLit = GetMethod(typeof(
XmlQueryRuntime
), "IsQNameEqual", typeof(XPathNavigator), typeof(int), typeof(int));
250
public static readonly MethodInfo QNameEqualNav = GetMethod(typeof(
XmlQueryRuntime
), "IsQNameEqual", typeof(XPathNavigator), typeof(XPathNavigator));
251
public static readonly MethodInfo RtfConstr = GetMethod(typeof(
XmlQueryRuntime
), "TextRtfConstruction");
252
public static readonly MethodInfo SendMessage = GetMethod(typeof(
XmlQueryRuntime
), "SendMessage");
253
public static readonly MethodInfo SeqMatchesCode = GetMethod(typeof(
XmlQueryRuntime
), "MatchesXmlType", typeof(IList<XPathItem>), typeof(XmlTypeCode));
254
public static readonly MethodInfo SeqMatchesType = GetMethod(typeof(
XmlQueryRuntime
), "MatchesXmlType", typeof(IList<XPathItem>), typeof(int));
255
public static readonly MethodInfo SetGlobalValue = GetMethod(typeof(
XmlQueryRuntime
), "SetGlobalValue");
256
public static readonly MethodInfo StartRtfConstr = GetMethod(typeof(
XmlQueryRuntime
), "StartRtfConstruction");
257
public static readonly MethodInfo StartSeqConstr = GetMethod(typeof(
XmlQueryRuntime
), "StartSequenceConstruction");
258
public static readonly MethodInfo TagAndMappings = GetMethod(typeof(
XmlQueryRuntime
), "ParseTagName", typeof(string), typeof(int));
259
public static readonly MethodInfo TagAndNamespace = GetMethod(typeof(
XmlQueryRuntime
), "ParseTagName", typeof(string), typeof(string));
260
public static readonly MethodInfo ThrowException = GetMethod(typeof(
XmlQueryRuntime
), "ThrowException");
261
public static readonly MethodInfo XsltLib = GetMethod(typeof(
XmlQueryRuntime
), "get_XsltFunctions");
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
178
paramTypesNew[0] = typeof(
XmlQueryRuntime
);
System\Xml\Xsl\Runtime\ContentIterators.cs (8)
29
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
67
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
108
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
146
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
230
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
320
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
337
this.navNext =
XmlQueryRuntime
.SyncToNavigator(this.navNext, input);
362
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, this.navNext);
System\Xml\Xsl\Runtime\DodSequenceMerge.cs (2)
24
private
XmlQueryRuntime
runtime;
29
public void Create(
XmlQueryRuntime
runtime) {
System\Xml\Xsl\Runtime\SetIterators.cs (6)
37
private
XmlQueryRuntime
runtime;
52
public void Create(
XmlQueryRuntime
runtime) {
150
private
XmlQueryRuntime
runtime;
165
public void Create(
XmlQueryRuntime
runtime) {
243
private
XmlQueryRuntime
runtime;
258
public void Create(
XmlQueryRuntime
runtime) {
System\Xml\Xsl\Runtime\SiblingIterators.cs (4)
29
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
97
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
131
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
132
this.navEnd =
XmlQueryRuntime
.SyncToNavigator(this.navEnd, context);
System\Xml\Xsl\Runtime\TreeIterators.cs (18)
28
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
36
this.navEnd =
XmlQueryRuntime
.SyncToNavigator(this.navEnd, input);
107
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
108
this.navRoot =
XmlQueryRuntime
.SyncToNavigator(this.navRoot, input);
109
this.navEnd =
XmlQueryRuntime
.SyncToNavigator(this.navEnd, input);
149
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
195
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
287
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
394
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
429
this.navNext =
XmlQueryRuntime
.SyncToNavigator(this.navNext, input);
500
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
593
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
688
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
704
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, input);
709
this.navNext =
XmlQueryRuntime
.SyncToNavigator(this.navNext, input);
739
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, this.navNext);
799
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, start);
800
this.navEnd =
XmlQueryRuntime
.SyncToNavigator(this.navEnd, end);
System\Xml\Xsl\Runtime\XmlILStorageConverter.cs (11)
32
public static XmlAtomicValue StringToAtomicValue(string value, int index,
XmlQueryRuntime
runtime) {
36
public static XmlAtomicValue DecimalToAtomicValue(decimal value, int index,
XmlQueryRuntime
runtime) {
40
public static XmlAtomicValue Int64ToAtomicValue(long value, int index,
XmlQueryRuntime
runtime) {
44
public static XmlAtomicValue Int32ToAtomicValue(int value, int index,
XmlQueryRuntime
runtime) {
48
public static XmlAtomicValue BooleanToAtomicValue(bool value, int index,
XmlQueryRuntime
runtime) {
52
public static XmlAtomicValue DoubleToAtomicValue(double value, int index,
XmlQueryRuntime
runtime) {
56
public static XmlAtomicValue SingleToAtomicValue(float value, int index,
XmlQueryRuntime
runtime) {
60
public static XmlAtomicValue DateTimeToAtomicValue(DateTime value, int index,
XmlQueryRuntime
runtime) {
64
public static XmlAtomicValue XmlQualifiedNameToAtomicValue(XmlQualifiedName value, int index,
XmlQueryRuntime
runtime) {
68
public static XmlAtomicValue TimeSpanToAtomicValue(TimeSpan value, int index,
XmlQueryRuntime
runtime) {
72
public static XmlAtomicValue BytesToAtomicValue(byte[] value, int index,
XmlQueryRuntime
runtime) {
System\Xml\Xsl\Runtime\XmlIterators.cs (1)
35
this.navCurrent =
XmlQueryRuntime
.SyncToNavigator(this.navCurrent, context);
System\Xml\Xsl\Runtime\XmlQueryContext.cs (4)
32
private
XmlQueryRuntime
runtime;
46
internal XmlQueryContext(
XmlQueryRuntime
runtime, object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, WhitespaceRuleLookup wsRules) {
224
return new XmlExtensionFunction(name, namespaceUri, -1, instance.GetType(),
XmlQueryRuntime
.LateBoundFlags).CanBind();
248
XmlExtensionFunction extFunc = this.extFuncsLate.Bind(name, namespaceUri, args.Length, instance.GetType(),
XmlQueryRuntime
.LateBoundFlags);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (3)
43
private
XmlQueryRuntime
runtime; // The XmlQueryRuntime instance that keeps global state
63
internal XmlQueryOutput(
XmlQueryRuntime
runtime, XmlSequenceWriter seqwrt) {
73
internal XmlQueryOutput(
XmlQueryRuntime
runtime, XmlEventCache xwrt) {
System\Xml\Xsl\Runtime\XsltLibrary.cs (3)
50
public static readonly MethodInfo OnCurrentNodeChanged = GetMethod(typeof(
XmlQueryRuntime
), "OnCurrentNodeChanged");
90
private
XmlQueryRuntime
runtime;
95
internal XsltLibrary(
XmlQueryRuntime
runtime) {
System\Xml\Xsl\XmlIlGenerator.cs (1)
24
internal delegate void ExecuteDelegate(
XmlQueryRuntime
runtime);
System\Xml\Xsl\Xslt\Scripts.cs (1)
104
return extFuncs.Bind(name, ns, numArgs, type,
XmlQueryRuntime
.EarlyBoundFlags);