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