3 references to NamespaceUri
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
269if (namespaceUri == this.earlyInfo[idx].NamespaceUri)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
274dataWriter.Write(info.NamespaceUri);
System\Xml\Xsl\XmlIlGenerator.cs (1)
139this.helper.StaticData.DeclareEarlyBound(info.NamespaceUri, info.EarlyBoundType);