3 writes to NamespaceUri
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilName.cs (1)
33NamespaceUri = uri;
System\Xml\Xsl\Xslt\QilGenerator.cs (2)
745qname.NamespaceUri = nsUri; 792qname.NamespaceUri = nsUri;
35 references to NamespaceUri
System.Data.SqlXml (35)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
790qname = new XmlQualifiedName(this.attrNames.Add(ndName.LocalName), this.attrNames.Add(ndName.NamespaceUri)); 955ns = ndName.NamespaceUri;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
170if (((QilInvokeEarlyBound) node).Name.NamespaceUri.Length != 0)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (15)
143this.helper.CallGetParameter(param.Name.LocalName, param.Name.NamespaceUri); 182this.helper.Emit(OpCodes.Ldstr, Res.GetString(Res.XmlIl_UnknownParam, new string[] {param.Name.LocalName, param.Name.NamespaceUri})); 551this.helper.ConstructLiteralQName(ndQName.LocalName, ndQName.NamespaceUri); 1805this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(name.NamespaceUri)); 2421this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(ndName.NamespaceUri)); 3317this.helper.Emit(OpCodes.Ldstr, ndName.NamespaceUri); 3359extFunc = new XmlExtensionFunction(ndName.LocalName, ndName.NamespaceUri, ndInvoke.ClrMethod); 3372if (ndName.NamespaceUri.Length == 0) 3375this.helper.CallGetEarlyBoundObject(this.helper.StaticData.DeclareEarlyBound(ndName.NamespaceUri, extFunc.Method.DeclaringType), extFunc.Method.DeclaringType); 3397if (ndName.NamespaceUri.Length == 0) { 3453else if (ndName.NamespaceUri.Length != 0 && !clrTypeRetSrc.IsValueType){ 3825ns = ndLiteralName.NamespaceUri; 3831if (ndLiteralName.NamespaceUri.Length == 0) { 3947this.helper.LoadInteger(this.helper.StaticData.DeclareName(ndName.NamespaceUri)); 4272this.helper.CallGetNameFilter(this.helper.StaticData.DeclareNameFilter(ndName.LocalName, ndName.NamespaceUri));
System\Xml\Xsl\Xslt\Compiler.cs (1)
243string nsUri = qname.NamespaceUri;
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (2)
170Debug.Assert(varName.LocalName != null && varName.NamespaceUri != null); 171AddRecord(ScopeFlags.Variable, varName.LocalName, varName.NamespaceUri, value);
System\Xml\Xsl\Xslt\Focus.cs (3)
97Debug.Assert(this.current.Name.NamespaceUri == XmlReservedNs.NsXslDebug && this.current.Name.LocalName == "current"); 101Debug.Assert(this.position.Name.NamespaceUri == XmlReservedNs.NsXslDebug && this.position.Name.LocalName == "position"); 105Debug.Assert(this.last.Name.NamespaceUri == XmlReservedNs.NsXslDebug && this.last.Name.LocalName == "last");
System\Xml\Xsl\Xslt\InvokeGenerator.cs (2)
56if (formalArg.Name.NamespaceUri == XmlReservedNs.NsXslDebug) { 64Debug.Assert(formalArg.Name.NamespaceUri != XmlReservedNs.NsXslDebug, "Cur,Pos,Last don't have default values and should be always added to by caller in AddImplicitArgs(). We don't have $namespaces in !debug.");
System\Xml\Xsl\Xslt\QilGenerator.cs (6)
455if (scope.IsLocalVariable(xslPar.Name.LocalName, xslPar.Name.NamespaceUri)) { 563if (arg.Name.NamespaceUri != XmlReservedNs.NsXslDebug) { 704string nsUri = qname.NamespaceUri; 786string nsUri = qname.NamespaceUri; 1233if (scope.IsLocalVariable(node.Name.LocalName, node.Name.NamespaceUri)) { 2306qname.NamespaceUri == ResolvePrefix(/*ignoreDefaultNs:*/true, qname.Prefix),
System\Xml\Xsl\Xslt\Stylesheet.cs (1)
81Debug.Assert(var.Name.NamespaceUri != null, "Name must be resolved in XsltLoader");
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1286if (compiler.IsPhantomNamespace(variable.Name.NamespaceUri)) { 1291var paramname = AstFactory.QName(variable.Name.LocalName, variable.Name.NamespaceUri, variable.Name.Prefix);