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