2 writes to nameAvt
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
38this.nameAvt = null; 55this.nameAvt = Avt.CompileAvt(compiler, value);
5 references to nameAvt
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (5)
34CheckRequiredAttribute(compiler, this.nameAvt, "name"); 36if(this.nameAvt.IsConstant) { 37this.name = this.nameAvt.Evaluate(null, null); 69if(this.nameAvt == null) { 78frame.StoredOutput = this.nameAvt.Evaluate(processor, frame);