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