1 instantiation of XmlILAnnotation
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
36ann = new XmlILAnnotation(nd.Annotation);
26 references to XmlILAnnotation
System.Private.Xml (26)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (4)
72XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation; 133XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (3)
30public static XmlILAnnotation Write(QilNode nd) 32XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (4)
67XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation; 93XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
96methGlobal = XmlILAnnotation.Write(iter).FunctionBinding; 106XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 126methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor!.Storage.GlobalLocation!; 229paramId = XmlILAnnotation.Write(iter).ArgumentPosition + 1; 235XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 238methFunc = XmlILAnnotation.Write(ndFunc).FunctionBinding!; 254paramId = (iter.Annotation as XmlILAnnotation)!.ArgumentPosition + 1; 1832iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor!; 2131XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = _iterNested; 2250locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor!.LocalPosition!; 2550MethodInfo methInfo = XmlILAnnotation.Write(ndFunc).FunctionBinding!;
System\Xml\Xsl\XmlIlGenerator.cs (4)
239XmlILAnnotation.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg; 243XmlILAnnotation.Write(ndFunc).FunctionBinding = methInfo; 264XmlILAnnotation.Write(ndRef).FunctionBinding = methInfo; 340methInfo = XmlILAnnotation.Write(ndIter).FunctionBinding;