14 references to LocalName
System.Data.SqlXml (14)
System\Xml\Xsl\Xslt\XsltInput.cs (5)
517public bool IsKeyword(string kwd) { return Ref.Equal(kwd, LocalName); } 661string localName = LocalName; 734string localName = LocalName; 752ReportError(Ref.Equal(NamespaceUri, atoms.UriWdXsl) && Ref.Equal(LocalName, atoms.Stylesheet) ? 907if(LocalName == null) {
System\Xml\Xsl\Xslt\XsltLoader.cs (9)
368ReportError(/*[XT0130]*/Res.Xslt_NullNsAtTopLevel, input.LocalName); 1275string name = input.LocalName; 1532if (Ref.Equal(input.LocalName, atoms.When)) { 1541} else if (Ref.Equal(input.LocalName, atoms.Otherwise)) { 1751string localName = input.LocalName; 2312string name = input.LocalName; 2332XslNode att = f.LiteralAttribute(f.QName(input.LocalName, input.NamespaceUri, input.Prefix), input.Value, input.XslVersion); 2378List<XslNode> fallbacks = LoadFallbacks(input.LocalName); 2630Debug.Assert(input.LocalName == "use-attribute-sets", "we are positioned on this attribute");