16 references to Write
System.Private.Xml (16)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
133XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
93XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (10)
96methGlobal = XmlILAnnotation.Write(iter).FunctionBinding; 106XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 126methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor!.Storage.GlobalLocation!; 229paramId = XmlILAnnotation.Write(iter).ArgumentPosition + 1; 235XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 238methFunc = XmlILAnnotation.Write(ndFunc).FunctionBinding!; 1832iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor!; 2131XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = _iterNested; 2250locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor!.LocalPosition!; 2550MethodInfo methInfo = XmlILAnnotation.Write(ndFunc).FunctionBinding!;
System\Xml\Xsl\XmlIlGenerator.cs (4)
239XmlILAnnotation.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg; 243XmlILAnnotation.Write(ndFunc).FunctionBinding = methInfo; 264XmlILAnnotation.Write(ndRef).FunctionBinding = methInfo; 340methInfo = XmlILAnnotation.Write(ndIter).FunctionBinding;