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