10 writes to Annotation
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
37nd.Annotation = ann;
System\Xml\Xsl\QIL\QilValidationVisitor.cs (1)
174n.Annotation = message;
System\Xml\Xsl\QIL\QilXmlReader.cs (2)
169nd.Annotation = ann; 295nd.Annotation = ann;
System\Xml\Xsl\QIL\QilXmlWriter.cs (2)
393n.Annotation = new NameAnnotation(name, old); 409n.Annotation = ((NameAnnotation)n.Annotation).PriorAnnotation;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
460param.Annotation = xslPar;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (3)
308node.Annotation = ann; 319node.Annotation = ann; 327node.Annotation = null;
16 references to Annotation
System.Data.SqlXml (16)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
71XmlILAnnotation ann = nd.Annotation as XmlILAnnotation;
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (2)
33XmlILAnnotation 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)
237paramId = (iter.Annotation as XmlILAnnotation).ArgumentPosition + 1;
System\Xml\Xsl\QIL\QilValidationVisitor.cs (1)
170string s = n.Annotation as string;
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
190ann = (ReaderAnnotation) list.Annotation;
System\Xml\Xsl\QIL\QilXmlWriter.cs (4)
260WriteAnnotations(node.Annotation); 388object old = n.Annotation; 408if (n.Annotation is NameAnnotation) 409n.Annotation = ((NameAnnotation)n.Annotation).PriorAnnotation;
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
567VarPar xslParam = (VarPar)arg.Annotation;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (4)
306Annotation ann = (Annotation)node.Annotation ?? new Annotation(); 312return ((Annotation)node.Annotation).Priority; 317Annotation ann = (Annotation)node.Annotation ?? new Annotation(); 323return ((Annotation)node.Annotation).Parent;