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