1 instantiation of XmlILAnnotation
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (1)
36
ann = new
XmlILAnnotation
(nd.Annotation);
26 references to XmlILAnnotation
System.Private.Xml (26)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (4)
72
XmlILAnnotation
? ann = nd.Annotation as
XmlILAnnotation
;
133
XmlILAnnotation
ann =
XmlILAnnotation
.Write(nd);
System\Xml\Xsl\IlGen\XmlILAnnotation.cs (3)
30
public static
XmlILAnnotation
Write(QilNode nd)
32
XmlILAnnotation
? ann = nd.Annotation as
XmlILAnnotation
;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (4)
67
XmlILAnnotation
? ann = nd.Annotation as
XmlILAnnotation
;
93
XmlILAnnotation
ann =
XmlILAnnotation
.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
96
methGlobal =
XmlILAnnotation
.Write(iter).FunctionBinding;
106
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor = iterInfo;
126
methGlobal =
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor!.Storage.GlobalLocation!;
229
paramId =
XmlILAnnotation
.Write(iter).ArgumentPosition + 1;
235
XmlILAnnotation
.Write(iter).CachedIteratorDescriptor = iterInfo;
238
methFunc =
XmlILAnnotation
.Write(ndFunc).FunctionBinding!;
254
paramId = (iter.Annotation as
XmlILAnnotation
)!.ArgumentPosition + 1;
1832
iterInfo =
XmlILAnnotation
.Write(ndFor).CachedIteratorDescriptor!;
2131
XmlILAnnotation
.Write(ndIter).CachedIteratorDescriptor = _iterNested;
2250
locPos =
XmlILAnnotation
.Write(ndIter).CachedIteratorDescriptor!.LocalPosition!;
2550
MethodInfo methInfo =
XmlILAnnotation
.Write(ndFunc).FunctionBinding!;
System\Xml\Xsl\XmlIlGenerator.cs (4)
239
XmlILAnnotation
.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg;
243
XmlILAnnotation
.Write(ndFunc).FunctionBinding = methInfo;
264
XmlILAnnotation
.Write(ndRef).FunctionBinding = methInfo;
340
methInfo =
XmlILAnnotation
.Write(ndIter).FunctionBinding;