1 write to nameStr
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
87
this.
nameStr
= value;
5 references to nameStr
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\VariableAction.cs (4)
41
get { return this.
nameStr
; }
69
throw XsltException.Create(Res.Xslt_VariableCntSel2, this.
nameStr
);
86
Debug.Assert(this.name == null && this.
nameStr
== null);
88
this.name = compiler.CreateXPathQName(this.
nameStr
);
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
27
throw XsltException.Create(Res.Xslt_VariableCntSel2, this.
nameStr
);