1 instantiation of XmlILAnnotation
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
36ann = new XmlILAnnotation(nd.Annotation);
26 references to XmlILAnnotation
System.Data.SqlXml (26)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (4)
71XmlILAnnotation ann = nd.Annotation as XmlILAnnotation; 121XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (3)
32public static XmlILAnnotation Write(QilNode nd) { 33XmlILAnnotation ann = nd.Annotation as XmlILAnnotation;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (4)
67XmlILAnnotation ann = nd.Annotation as XmlILAnnotation; 89XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
88methGlobal = XmlILAnnotation.Write(iter).FunctionBinding; 98XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 116methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor.Storage.GlobalLocation; 214paramId = XmlILAnnotation.Write(iter).ArgumentPosition + 1; 220XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 223methFunc = XmlILAnnotation.Write(ndFunc).FunctionBinding; 237paramId = (iter.Annotation as XmlILAnnotation).ArgumentPosition + 1; 1693iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor; 1973XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = this.iterNested; 2083locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor.LocalPosition; 2365MethodInfo methInfo = XmlILAnnotation.Write(ndFunc).FunctionBinding;
System\Xml\Xsl\XmlIlGenerator.cs (4)
226XmlILAnnotation.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg; 230XmlILAnnotation.Write(ndFunc).FunctionBinding = methInfo; 249XmlILAnnotation.Write(ndRef).FunctionBinding = methInfo; 320methInfo = XmlILAnnotation.Write(ndIter).FunctionBinding;