15 overrides of LocalName
System.Private.Xml (15)
System\Xml\Dom\XmlAttribute.cs (1)
74
public override string
LocalName
System\Xml\Dom\XmlCDataSection.cs (1)
27
public override string
LocalName
System\Xml\Dom\XmlComment.cs (1)
23
public override string
LocalName
System\Xml\Dom\XmlDeclaration.cs (1)
146
public override string
LocalName
System\Xml\Dom\XmlDocument.cs (1)
398
public override string
LocalName
System\Xml\Dom\XmlDocumentFragment.cs (1)
63
public override string
LocalName
System\Xml\Dom\XmlDocumentType.cs (1)
47
public override string
LocalName
System\Xml\Dom\XmlElement.cs (1)
90
public override string
LocalName
System\Xml\Dom\XmlEntity.cs (1)
53
public override string
LocalName
System\Xml\Dom\XmlEntityReference.cs (1)
56
public override string
LocalName
System\Xml\Dom\XmlNotation.cs (1)
30
public override string
LocalName
System\Xml\Dom\XmlProcessingInstruction.cs (1)
29
public override string
LocalName
=> Name;
System\Xml\Dom\XmlSignificantWhiteSpace.cs (1)
28
public override string
LocalName
System\Xml\Dom\XmlText.cs (1)
31
public override string
LocalName
System\Xml\Dom\XmlWhitespace.cs (1)
29
public override string
LocalName
59 references to LocalName
Microsoft.Maui.Controls.SourceGen (2)
CodeBehindGenerator.cs (2)
432
baseType = GetTypeName(new XmlType(root.NamespaceURI, root.
LocalName
, typeArguments != null ? TypeArgumentsParser.ParseExpression(typeArguments, nsmgr, null) : null), compilation, xmlnsCache, typeCache);
480
var xmlType = new XmlType(node.NamespaceURI, node.
LocalName
,
PresentationFramework (2)
MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (2)
36
if (_pageNode.
LocalName
!= _fixedPageName || _pageNode.NamespaceURI != ElementTableKey.FixedMarkupNamespace)
39
_pageNode.NamespaceURI, _pageNode.
LocalName
,
PresentationFramework-SystemXml (1)
SystemXmlExtension.cs (1)
81
return string.Concat(prefix, ":", node.
LocalName
);
ReachFramework (5)
PrintConfig\PrtTicket_Editor.cs (5)
102
((rootChild.
LocalName
!= PrintSchemaTags.Framework.Feature) &&
103
(rootChild.
LocalName
!= PrintSchemaTags.Framework.ParameterInit) &&
104
(rootChild.
LocalName
!= PrintSchemaTags.Framework.Property)))
250
(child.
LocalName
!= schemaTag) ||
314
(child.
LocalName
!= schemaTag) ||
System.Data.Common (16)
System\Data\XmlDataLoader.cs (3)
505
if (parentElement.
LocalName
== Keywords.XSD_SCHEMA && parentElement.NamespaceURI == Keywords.XSDNS ||
506
parentElement.
LocalName
== Keywords.SQL_SYNC && parentElement.NamespaceURI == Keywords.UPDGNS ||
507
parentElement.
LocalName
== Keywords.XDR_SCHEMA && parentElement.NamespaceURI == Keywords.XDRNS)
System\Data\XMLSchema.cs (1)
74
if (node != null && node.
LocalName
== name && node.NamespaceURI == ns)
System\Data\XmlToDatasetMap.cs (4)
51
_id.LocalName = node.
LocalName
;
449
tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[nodeRegion.
LocalName
] : _tableSchemaMap[nodeRegion]);
455
return tableSchemaInfo.ColumnsSchemaMap[node.
LocalName
];
481
tableSchemaInfo = (TableSchemaInfo?)(fIgnoreNamespace ? _tableSchemaMap[node.
LocalName
] : _tableSchemaMap[node]);
System\Xml\DataPointer.cs (2)
413
string name = _node.
LocalName
;
670
if (n.
LocalName
== _column.EncodedColumnName && n.NamespaceURI == _column.Namespace)
System\Xml\DataSetMappper.cs (1)
156
object cid = GetIdentity(node.
LocalName
, node.NamespaceURI);
System\Xml\XPathNodePointer.cs (5)
191
if (IsNamespaceNode(nt, _node.NamespaceURI) && _node.
LocalName
== StrXmlNS)
194
return _node.
LocalName
;
222
if (_node.
LocalName
== StrXmlNS)
225
return _node.
LocalName
;
1299
if (n.
LocalName
== _column.EncodedColumnName && n.NamespaceURI == _column.Namespace)
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaImporter.cs (3)
1308
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.
LocalName
, Globals.TypeOfInt.Name));
1323
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.
LocalName
, Globals.TypeOfInt.Name));
1418
ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.Format(SR.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.
LocalName
, child.NamespaceURI));
System.Private.Xml (17)
System\Xml\Dom\DocumentXPathNavigator.cs (5)
135
string localName = _source.
LocalName
;
917
&& child.
LocalName
== localName
1027
|| following.
LocalName
!= localName
1130
&& sibling.
LocalName
== localName
2393
return Ref.Equal(node.
LocalName
, localNameAtom) && Ref.Equal(node.NamespaceURI, nsAtom);
System\Xml\Dom\XmlAttributeCollection.cs (2)
123
int offset = FindNodeOffset(node.
LocalName
, node.NamespaceURI);
322
XmlAttribute? defattr = parent.OwnerDocument!.GetDefaultAttribute((XmlElement)parent, retNode.Prefix, retNode.
LocalName
, retNode.NamespaceURI);
System\Xml\Dom\XmlDocument.cs (2)
970
newNode = CreateElement(node.Prefix, node.
LocalName
, node.NamespaceURI);
978
newNode = CreateAttribute(node.Prefix, node.
LocalName
, node.NamespaceURI);
System\Xml\Dom\XmlElementList.cs (1)
170
(Ref.Equal(_localName, _asterisk) || Ref.Equal(curNode.
LocalName
, _localName)) &&
System\Xml\Dom\XmlNamedNodemap.cs (2)
35
int offset = FindNodeOffset(node.
LocalName
, node.NamespaceURI);
135
if (node.
LocalName
== localName && node.NamespaceURI == namespaceURI)
System\Xml\Dom\XmlNode.cs (1)
1260
if (n.NodeType == XmlNodeType.Element && n.
LocalName
== localname && n.NamespaceURI == ns)
System\Xml\Dom\XmlNodeReader.cs (1)
158
return _curNode.
LocalName
;
System\Xml\Serialization\_Events.cs (1)
151
get { return _xmlNode.
LocalName
; }
System\Xml\Serialization\XmlSerializationWriter.cs (2)
798
if (node.
LocalName
!= name || node.NamespaceURI != ns)
799
throw new InvalidOperationException(SR.Format(SR.XmlElementNameMismatch, node.
LocalName
, node.NamespaceURI, name, ns));
System.Security.Cryptography.Xml (13)
System\Security\Cryptography\Xml\AttributeSortOrder.cs (2)
22
return string.CompareOrdinal(nodeA.
LocalName
, nodeB.
LocalName
);
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
849
XmlNode dummy = parent.OwnerDocument!.CreateElement(parent.Prefix, parent.
LocalName
, parent.NamespaceURI);
System\Security\Cryptography\Xml\NamespaceSortOrder.cs (2)
24
return string.CompareOrdinal(nodeA.
LocalName
, nodeB.
LocalName
);
System\Security\Cryptography\Xml\Transform.cs (2)
214
string key = ((attrib.Prefix.Length > 0) ? attrib.Prefix + ":" + attrib.
LocalName
: attrib.
LocalName
);
System\Security\Cryptography\Xml\Utils.cs (5)
103
return n.NodeType == XmlNodeType.Attribute && (n.Prefix.Equals("xmlns") || (n.Prefix.Length == 0 && n.
LocalName
.Equals("xmlns")));
114
bool b1 = n.NodeType == XmlNodeType.Attribute && n.Prefix.Length == 0 && n.
LocalName
.Equals("xmlns");
288
if (attribNode.
LocalName
== "xmlns" || attribNode.Prefix == "xmlns")
476
string name = ((attrib.Prefix.Length > 0) ? attrib.Prefix + ":" + attrib.
LocalName
: attrib.
LocalName
);
System\Security\Cryptography\Xml\XmlLicenseTransform.cs (1)
167
if ((issuerList[i]!.
LocalName
== Consts.ElementIssuer) &&