8 writes to Annotation
System.Private.Xml (8)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
37nd.Annotation = ann;
System\Xml\Xsl\QIL\QilValidationVisitor.cs (1)
184n.Annotation = message;
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
416n.Annotation = new NameAnnotation(name, old); 432n.Annotation = ((NameAnnotation)n.Annotation).PriorAnnotation;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
532param.Annotation = xslPar;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
345node.Annotation = ann; 358node.Annotation = ann; 368node.Annotation = null;
15 references to Annotation
System.Private.Xml (15)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
72XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation;
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (2)
32XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation; 36ann = new XmlILAnnotation(nd.Annotation);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
67XmlILAnnotation? ann = nd.Annotation as XmlILAnnotation;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
254paramId = (iter.Annotation as XmlILAnnotation)!.ArgumentPosition + 1;
System\Xml\Xsl\QIL\QilValidationVisitor.cs (1)
180if (n.Annotation is string s)
System\Xml\Xsl\QIL\QilXmlWriter.cs (4)
277WriteAnnotations(node.Annotation); 411object? old = n.Annotation; 431if (n.Annotation is NameAnnotation) 432n.Annotation = ((NameAnnotation)n.Annotation).PriorAnnotation;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
657VarPar xslParam = (VarPar)arg.Annotation!;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (4)
343Annotation ann = (Annotation?)node.Annotation ?? new Annotation(); 350return ((Annotation)node.Annotation!).Priority; 356Annotation ann = (Annotation?)node.Annotation ?? new Annotation(); 363return ((Annotation)node.Annotation!).Parent;