1 write to ArgumentPosition
System.Private.Xml (1)
System\Xml\Xsl\XmlIlGenerator.cs (1)
239
XmlILAnnotation.Write(ndFunc.Arguments[arg]).
ArgumentPosition
= arg;
2 references to ArgumentPosition
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
229
paramId = XmlILAnnotation.Write(iter).
ArgumentPosition
+ 1;
254
paramId = (iter.Annotation as XmlILAnnotation)!.
ArgumentPosition
+ 1;