3 references to NamespaceUri
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
274if (namespaceUri == _earlyInfo[idx].NamespaceUri)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
319dataWriter.Write(info.NamespaceUri);
System\Xml\Xsl\XmlIlGenerator.cs (1)
143_helper.StaticData.DeclareEarlyBound(info.NamespaceUri, info.EarlyBoundType);