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