2 writes to namespaceUri
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
79
this.
namespaceUri
= namespaceUri;
95
this.
namespaceUri
= namespaceUri;
8 references to namespaceUri
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (8)
179
throw new XslTransformException(/*[XT_037]*/Res.XmlIl_AmbiguousExtensionMethod, this.
namespaceUri
, this.name, this.numArgs.ToString(CultureInfo.InvariantCulture));
189
throw new XslTransformException(/*[XT_038]*/Res.XmlIl_NonPublicExtensionMethod, this.
namespaceUri
, this.name);
191
throw new XslTransformException(/*[XT_039]*/Res.XmlIl_NoExtensionMethod, this.
namespaceUri
, this.name, this.numArgs.ToString(CultureInfo.InvariantCulture));
195
throw new XslTransformException(/*[XT_040]*/Res.XmlIl_GenericExtensionMethod, this.
namespaceUri
, this.name);
232
if (this.
namespaceUri
.Length == 0) {
277
return (this.hashCode == that.hashCode && this.name == that.name && this.
namespaceUri
== that.
namespaceUri
&&
297
throw new XslTransformException(/*[XT_050]*/Res.XmlIl_ByRefType, this.
namespaceUri
, this.name);