1 write to LocalName
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilName.cs (1)
32LocalName = local;
24 references to LocalName
System.Data.SqlXml (24)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
790qname = new XmlQualifiedName(this.attrNames.Add(ndName.LocalName), this.attrNames.Add(ndName.NamespaceUri));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
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); 1804this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(name.LocalName)); 2420this.helper.CallGetAtomizedName(this.helper.StaticData.DeclareName(ndName.LocalName)); 3316this.helper.Emit(OpCodes.Ldstr, ndName.LocalName); 3359extFunc = new XmlExtensionFunction(ndName.LocalName, ndName.NamespaceUri, ndInvoke.ClrMethod); 3824localName = ndLiteralName.LocalName; 3833this.helper.Emit(OpCodes.Ldstr, ndLiteralName.LocalName); 3946this.helper.LoadInteger(this.helper.StaticData.DeclareName(ndName.LocalName)); 4272this.helper.CallGetNameFilter(this.helper.StaticData.DeclareNameFilter(ndName.LocalName, ndName.NamespaceUri));
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
351mi = t.GetMethod(name.LocalName);
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 (1)
57Debug.Assert(formalArg.Name.LocalName == "namespaces", "Cur,Pos,Last don't have default values and should be always added to by caller in AddImplicitArgs()");
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
455if (scope.IsLocalVariable(xslPar.Name.LocalName, xslPar.Name.NamespaceUri)) { 1233if (scope.IsLocalVariable(node.Name.LocalName, node.Name.NamespaceUri)) { 2239string attMode = (mode.LocalName.Length == 0) ? string.Empty : " mode=\"" + mode.QualifiedName + '"';
System\Xml\Xsl\Xslt\XslAst.cs (1)
238if (Mode.LocalName.Length != 0) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1291var paramname = AstFactory.QName(variable.Name.LocalName, variable.Name.NamespaceUri, variable.Name.Prefix);