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