43 references to Read
System.Data.SqlXml (43)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (3)
27if (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer) 36Debug.Assert(XmlILConstructInfo.Read(nd).PushToWriterLast, 44if (XmlILConstructInfo.Read(nd).ConstructMethod == XmlILConstructMethod.Writer)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (3)
97if (!XmlILConstructInfo.Read(nd).IsNamespaceInScope) 3277if (( XmlILConstructInfo.Read(local0).IsNamespaceInScope ) && (this[XmlILOptimization.EliminateNamespaceDecl])) { 4330isUsed = XmlILConstructInfo.Read(nd).CallersInfo.Count != 0;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (36)
224useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 287switch (XmlILConstructInfo.Read(nd).ConstructMethod) { 421if (XmlILConstructInfo.Read(ndErr).ConstructMethod == XmlILConstructMethod.Writer) { 442if (XmlILConstructInfo.Read(ndWarning).ConstructMethod == XmlILConstructMethod.Writer) 809XmlILConstructInfo info = XmlILConstructInfo.Read(ndCond); 940Debug.Assert(XmlILConstructInfo.Read(ndChoice).PushToWriterFirst); 1043if (XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Writer) { 1063Debug.Assert(XmlILConstructInfo.Read(nd).PullFromIteratorFirst, "VisitEmpty should only be called if items are iterated"); 1083Debug.Assert(XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Iterator, "This method should only be called if items in list are pulled from a code iterator."); 2366bool useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 2367Debug.Assert(!XmlILConstructInfo.Read(ndInvoke).PushToWriterFirst || useWriter); 2574XmlILConstructInfo info = XmlILConstructInfo.Read(ndElem); 2577Debug.Assert(XmlILConstructInfo.Read(ndElem).PushToWriterFirst, "Element contruction should always be pushed to writer."); 2586if (XmlILConstructInfo.Read(ndElem.Right).FinalStates == PossibleXmlStates.Any) 2605if (XmlILConstructInfo.Read(ndElem.Right).FinalStates == PossibleXmlStates.EnumAttrs && !callChk) 2623XmlILConstructInfo info = XmlILConstructInfo.Read(ndAttr); 2626Debug.Assert(XmlILConstructInfo.Read(ndAttr).PushToWriterFirst, "Attribute construction should always be pushed to writer."); 2659Debug.Assert(XmlILConstructInfo.Read(ndComment).PushToWriterFirst, "Comment construction should always be pushed to writer."); 2678Debug.Assert(XmlILConstructInfo.Read(ndPI).PushToWriterFirst, "PI construction should always be pushed to writer."); 2713XmlILConstructInfo info = XmlILConstructInfo.Read(ndText); 2772Debug.Assert(XmlILConstructInfo.Read(ndDoc).PushToWriterFirst, "Document root construction should always be pushed to writer."); 2792XmlILConstructInfo info = XmlILConstructInfo.Read(ndNmsp); 3312Debug.Assert(XmlILConstructInfo.Read(ndInvoke).ConstructMethod != XmlILConstructMethod.Writer); 3474Debug.Assert(XmlILConstructInfo.Read(ndCopy).PushToWriterFirst); 3507Debug.Assert(XmlILConstructInfo.Read(ndCopyOf).PushToWriterFirst, "XsltCopyOf should always be pushed to writer."); 4096XmlILConstructInfo info = XmlILConstructInfo.Read(nd); 4119XmlILConstructInfo info = XmlILConstructInfo.Read(nd); 4169switch (XmlILConstructInfo.Read(ndCtor).InitialStates) { 4197if (XmlILConstructInfo.Read(ndCtor).FinalStates == PossibleXmlStates.WithinSequence) { 4373if (XmlILConstructInfo.Read(nd).PushToWriterLast) { 4406Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4419Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4436Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4445Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4454Debug.Assert(nd.XmlType.IsSingleton && !XmlILConstructInfo.Read(nd).PushToWriterLast); 4467Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast);
System\Xml\Xsl\XmlIlGenerator.cs (1)
211if (XmlILConstructInfo.Read(ndFunc).PushToWriterLast) {