16 references to Write
System.Data.SqlXml (16)
System\Xml\Xsl\IlGen\OptimizerPatterns.cs (1)
121XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
89XmlILAnnotation ann = XmlILAnnotation.Write(nd);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (10)
88methGlobal = XmlILAnnotation.Write(iter).FunctionBinding; 98XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 116methGlobal = XmlILAnnotation.Write(iter).CachedIteratorDescriptor.Storage.GlobalLocation; 214paramId = XmlILAnnotation.Write(iter).ArgumentPosition + 1; 220XmlILAnnotation.Write(iter).CachedIteratorDescriptor = iterInfo; 223methFunc = XmlILAnnotation.Write(ndFunc).FunctionBinding; 1693iterInfo = XmlILAnnotation.Write(ndFor).CachedIteratorDescriptor; 1973XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor = this.iterNested; 2083locPos = XmlILAnnotation.Write(ndIter).CachedIteratorDescriptor.LocalPosition; 2365MethodInfo methInfo = XmlILAnnotation.Write(ndFunc).FunctionBinding;
System\Xml\Xsl\XmlIlGenerator.cs (4)
226XmlILAnnotation.Write(ndFunc.Arguments[arg]).ArgumentPosition = arg; 230XmlILAnnotation.Write(ndFunc).FunctionBinding = methInfo; 249XmlILAnnotation.Write(ndRef).FunctionBinding = methInfo; 320methInfo = XmlILAnnotation.Write(ndIter).FunctionBinding;