11 overrides of LocalName
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
464public override string LocalName
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
39public override string LocalName { get { return _curNode.LocalName; } }
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
58public override string LocalName {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
238public override string LocalName 609public override string LocalName
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
236public override string LocalName
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
222public override string LocalName
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
152public override string LocalName {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
93public override string LocalName {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1022public override string LocalName {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
119public override string LocalName {
119 references to LocalName
System.Data.Entity (26)
System\Data\Mapping\StorageMappingItemLoader.cs (26)
319Debug.Assert(nav.LocalName == StorageMslConstructs.EntityContainerMappingElement); 410switch (nav.LocalName) 841switch (nav.LocalName) 1069if (nav.LocalName == StorageMslConstructs.ModificationFunctionMappingElement) 1074else if (nav.LocalName != StorageMslConstructs.MappingFragmentElement) 1102if (nav.LocalName == StorageMslConstructs.ModificationFunctionMappingElement) 1182switch (nav.LocalName) 1253Debug.Assert(nav.LocalName == StorageMslConstructs.QueryViewElement); 1468if (nav.LocalName == StorageMslConstructs.QueryViewElement) 1490if ((nav.LocalName == StorageMslConstructs.EndPropertyMappingElement) || 1491(nav.LocalName == StorageMslConstructs.ModificationFunctionMappingElement)) 1502else if (nav.LocalName == StorageMslConstructs.ConditionElement) 1566if (nav.LocalName == StorageMslConstructs.FunctionImportMappingResultMapping) 1849if (nav.LocalName == StorageMslConstructs.EntityTypeMappingElement) 1883else if (nav.LocalName == StorageMslConstructs.ComplexTypeMappingElement) 2013if (nav.LocalName == StorageMslConstructs.ScalarPropertyElement) 2017if (nav.LocalName == StorageMslConstructs.ConditionElement) 2611switch (nav.LocalName) 2679switch (nav.LocalName) 2766switch (nav.LocalName) 2977if (cloneNav.LocalName == StorageMslConstructs.ComplexTypeMappingElement) 3024Debug.Assert(nav.LocalName == StorageMslConstructs.ComplexTypeMappingElement); 3078switch (nav.LocalName) 3139switch (nav.LocalName) 3824if (nav.LocalName == StorageMslConstructs.ResultBindingElement) 3914switch (nav.LocalName)
System.Data.SqlXml (39)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
189if (context.LocalName.Length != 0 || context.Value.Length != 0)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
120return navigator.LocalName != this.localName || navigator.NamespaceURI != namespaceUri;
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (11)
1003WriteStartElement(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1006WriteStartElementUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1015WriteStartAttribute(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1018WriteStartAttributeUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1041WriteNamespaceDeclaration(navigator.LocalName, navigator.Value); 1044WriteNamespaceDeclarationUnchecked(navigator.LocalName, navigator.Value); 1074WriteStartProcessingInstruction(navigator.LocalName); 1098WriteEndElementUnchecked(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 1109Debug.Assert(navigator.LocalName.Length != 0, "xmlns:foo='' isn't allowed"); 1125string prefix = navigator.LocalName; 1348localName = navigator.LocalName;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (12)
414return (object) n1.LocalName == (object) n2.LocalName && (object) n1.NamespaceURI == (object) n2.NamespaceURI; 417return (n1.LocalName == n2.LocalName) && (n1.NamespaceURI == n2.NamespaceURI); 426return ((object) GetAtomizedName(indexLocalName) == (object) navigator.LocalName && 431return (GetAtomizedName(indexLocalName) == navigator.LocalName) && (GetAtomizedName(indexNamespaceUri) == navigator.NamespaceURI); 754return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), XmlSchemaComplexType.UntypedAnyType, false); 756return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), nav.XmlType, nav.SchemaInfo.SchemaElement.IsNillable); 760return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), DatatypeImplementation.UntypedAtomicType, false); 762return XmlQueryTypeFactory.Type(nav.NodeType, XmlQualifiedNameTest.New(nav.LocalName, nav.NamespaceURI), nav.XmlType, false); 1019if ((object)nav.LocalName == (object)node.LocalName) {
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (7)
223this.xwrt.WriteEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 245this.xwrt.WriteFullEndElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 258this.xwrt.WriteStartElement(nav.Prefix, nav.LocalName, nav.NamespaceURI); 263this.xwrt.WriteStartAttribute(nav.Prefix, nav.LocalName, nav.NamespaceURI); 286this.xwrt.WriteProcessingInstruction(nav.LocalName, nav.Value); 290this.xwrt.WriteNamespaceDeclaration(nav.LocalName, nav.Value); 306string prefix = nav.LocalName;
System\Xml\Xsl\Runtime\XsltLibrary.cs (2)
416return nt1 == nt2 && Ref.Equal(nav1.LocalName, nav2.LocalName) && Ref.Equal(nav1.NamespaceURI, nav2.NamespaceURI);
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
95return processor.BeginEvent(XPathNodeType.Attribute, node.Prefix, node.LocalName, node.NamespaceURI, false);
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
46if (processor.BeginEvent(XPathNodeType.Namespace, null, frame.Node.LocalName, frame.Node.Value, false) == false) {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
112return _Navigator.LocalName;
System\Xml\Xsl\XsltOld\Processor.cs (2)
767return BeginEvent(node.NodeType, node.Prefix, node.LocalName, node.NamespaceURI, emptyflag); 770return BeginEvent(XPathNodeType.Namespace, null, node.LocalName, node.Value, false);
System.ServiceModel (21)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (3)
242return this.navigator.LocalName; 613return this.navigator.LocalName; 743return this[nodePosition].LocalName;
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
134return (0 == node.NamespaceURI.Length && this.qname.EqualsName(node.LocalName)); 137string str = node.LocalName;
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
351string name = nav.LocalName;
System\ServiceModel\Dispatcher\XPathMessageContext.cs (15)
275if (nav.LocalName == name && (nav.NamespaceURI == XPathMessageContext.Wsa10NS || nav.NamespaceURI == XPathMessageContext.Wsa200408NS || nav.NamespaceURI == XPathMessageContext.WsaNoneNS)) 293if (nav.LocalName == name && nav.NamespaceURI == ns) 306if (nav.LocalName == name && (nav.NamespaceURI == XPathMessageContext.Wsa10NS || nav.NamespaceURI == XPathMessageContext.Wsa200408NS)) 319if (nav.LocalName == name && nav.NamespaceURI == ns) 337if (nav.LocalName != XPathMessageContext.EnvelopeE || (ns != XPathMessageContext.S11NS && ns != XPathMessageContext.S12NS)) 349if (nav.LocalName == XPathMessageContext.HeaderE && nav.NamespaceURI == ns) 367if (nav.LocalName != XPathMessageContext.EnvelopeE || (ns != XPathMessageContext.S11NS && ns != XPathMessageContext.S12NS)) 379if (nav.LocalName == XPathMessageContext.BodyE && nav.NamespaceURI == ns) 951if (nav.LocalName != XPathMessageContext.EnvelopeE || (ns != XPathMessageContext.S11NS && ns != XPathMessageContext.S12NS)) 1016if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S11NS) 1020else if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S12NS) 1078if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S11NS) 1082else if (nav.LocalName == XPathMessageContext.EnvelopeE && nav.NamespaceURI == XPathMessageContext.S12NS) 1149if (nav.LocalName == XPathMessageContext.EnvelopeE) 1219if (nav.LocalName == XPathMessageContext.EnvelopeE)
System.Xml (33)
System\Xml\Core\XmlWriter.cs (4)
447WriteStartElement(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 454WriteStartAttribute(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI); 487WriteProcessingInstruction(navigator.LocalName, navigator.Value); 580string prefix = nsNav.LocalName;
System\Xml\Core\XmlWriterAsync.cs (4)
399await WriteStartElementAsync(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI).ConfigureAwait(false); 406await WriteStartAttributeAsync(navigator.Prefix, navigator.LocalName, navigator.NamespaceURI).ConfigureAwait(false); 439await WriteProcessingInstructionAsync(navigator.LocalName, navigator.Value).ConfigureAwait(false); 507string prefix = nsNav.LocalName;
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
85if (name.Equals(e.LocalName) || name.Length == 0) {
System\Xml\XPath\Internal\IteratorFilter.cs (1)
37if(innerIterator.Current.LocalName == this.name) {
System\Xml\XPath\Internal\NamespaceQuery.cs (2)
54Debug.Assert(e.LocalName.Length == 0, "Only xmlns='' can have empty string as a value"); 60return Name.Equals(e.LocalName);
System\Xml\XPath\Internal\NodeFunctions.cs (1)
59return argVal.LocalName;
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
76(name.Length == 0 || name == nav.LocalName) &&
System\Xml\XPath\XPathNavigator.cs (11)
403return navClone.LocalName; 442string prefix = LocalName; 543if (localName == LocalName && namespaceURI == NamespaceURI) 579if (name == LocalName) 632if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 708|| localName != LocalName 774if (NodeType == XPathNodeType.Element && localName == LocalName && namespaceURI == NamespaceURI) 1174if (LocalName.Length == 0) 1177return string.Concat("xmlns:", LocalName, "=\"", Value, "\""); 1436if (NodeType == XPathNodeType.Element && (object) localName == (object) LocalName && namespaceURI == NamespaceURI) 1768mgr.AddNamespace(editor.LocalName, editor.Value);
System\Xml\XPath\XPathNavigatorKeyComparer.cs (1)
44hashCode ^= nav.LocalName.GetHashCode();
System\Xml\XPath\XPathNavigatorReader.cs (7)
195if (this.nav.NodeType == XPathNodeType.Namespace && this.nav.LocalName.Length == 0) 200return this.nav.LocalName; 207if (this.nav.NodeType == XPathNodeType.Namespace && this.nav.LocalName.Length != 0) 393if (nav.LocalName == localname && nav.Prefix == prefix) 497if ( nav.LocalName == localName ) 627if (nav.LocalName == localname) 640if (nav.LocalName == localname && nav.Prefix == prefix)