1 instantiation of XmlILAnnotation
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
36
ann = new
XmlILAnnotation
(nd.Annotation);
26 references to XmlILAnnotation
System.Data.SqlXml (26)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (4)
71
XmlILAnnotation
ann = nd.Annotation as
XmlILAnnotation
;
121
XmlILAnnotation
ann =
XmlILAnnotation
.Write(nd);
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (3)
32
public static
XmlILAnnotation
Write(QilNode nd) {
33
XmlILAnnotation
ann = nd.Annotation as
XmlILAnnotation
;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (4)
67
XmlILAnnotation
ann = nd.Annotation as
XmlILAnnotation
;
89
XmlILAnnotation
ann =
XmlILAnnotation
.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
88
methGlobal =
XmlILAnnotation
.Write(iter).FunctionBinding;
98
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor = iterInfo;
116
methGlobal =
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor.Storage.GlobalLocation;
214
paramId =
XmlILAnnotation
.Write(iter).ArgumentPosition + 1;
220
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor = iterInfo;
223
methFunc =
XmlILAnnotation
.Write(ndFunc).FunctionBinding;
237
paramId = (iter.Annotation as
XmlILAnnotation
).ArgumentPosition + 1;
1693
iterInfo =
XmlILAnnotation
.Write(ndFor).CachedIteratorDescriptor;
1973
XmlILAnnotation
.Write(ndIter).CachedIteratorDescriptor = this.iterNested;
2083
locPos =
XmlILAnnotation
.Write(ndIter).CachedIteratorDescriptor.LocalPosition;
2365
MethodInfo methInfo =
XmlILAnnotation
.Write(ndFunc).FunctionBinding;
System\Xml\Xsl\XmlIlGenerator.cs (4)
226
XmlILAnnotation
.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg;
230
XmlILAnnotation
.Write(ndFunc).FunctionBinding = methInfo;
249
XmlILAnnotation
.Write(ndRef).FunctionBinding = methInfo;
320
methInfo =
XmlILAnnotation
.Write(ndIter).FunctionBinding;