16 references to Write
System.Private.Xml (16)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
133
XmlILAnnotation ann = XmlILAnnotation.
Write
(nd);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
93
XmlILAnnotation ann = XmlILAnnotation.
Write
(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (10)
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!;
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;