1 write to ArgumentPosition
System.Data.SqlXml (1)
System\Xml\Xsl\XmlIlGenerator.cs (1)
226
XmlILAnnotation.Write(ndFunc.Arguments[arg]).
ArgumentPosition
= arg;
2 references to ArgumentPosition
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
214
paramId = XmlILAnnotation.Write(iter).
ArgumentPosition
+ 1;
237
paramId = (iter.Annotation as XmlILAnnotation).
ArgumentPosition
+ 1;