15 overrides of LocalName
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
74public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (1)
30public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlComment.cs (1)
26public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDeclaration.cs (1)
138public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
320public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentFragment.cs (1)
67public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocumentType.cs (1)
51public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
87public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntity.cs (1)
60public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlEntityReference.cs (1)
59public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNotation.cs (1)
31public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlProcessingInstruction.cs (1)
38public override string LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlSignificantWhitespace.cs (1)
31public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlText.cs (1)
33public override String LocalName
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
31public override String LocalName
37 references to LocalName
dotnet-svcutil-lib (37)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (5)
141string localName = _source.LocalName; 931&& child.LocalName == localName 1042|| following.LocalName != localName 1146&& sibling.LocalName == localName 2417return Ref.Equal(node.LocalName, localNameAtom) && Ref.Equal(node.NamespaceURI, nsAtom);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (2)
120int offset = FindNodeOffset(node.LocalName, node.NamespaceURI); 316XmlAttribute defattr = parent.OwnerDocument.GetDefaultAttribute((XmlElement)parent, retNode.Prefix, retNode.LocalName, retNode.NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
905newNode = CreateElement(node.Prefix, node.LocalName, node.NamespaceURI); 913newNode = CreateAttribute(node.Prefix, node.LocalName, node.NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (1)
166(Ref.Equal(_localName, _asterisk) || Ref.Equal(curNode.LocalName, _localName)) &&
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNamedNodeMap.cs (2)
37int offset = FindNodeOffset(node.LocalName, node.NamespaceURI); 134if (node.LocalName == localName && node.NamespaceURI == namespaceURI)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (1)
1241if (n.NodeType == XmlNodeType.Element && n.LocalName == localname && n.NamespaceURI == ns)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
158return _curNode.LocalName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\_Events.cs (1)
210get { return _xmlNode.LocalName; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (2)
794if (node.LocalName != name || node.NamespaceURI != ns) 795throw new InvalidOperationException(string.Format(ResXml.XmlElementNameMismatch, node.LocalName, node.NamespaceURI, name, ns));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
1318throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name))); 1332throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name))); 1425ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.LocalName, child.NamespaceURI));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
43&& currentNode.LocalName == OneWayPolicyConstants.PacketRoutable)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (10)
109&& (node.LocalName == assertion)); 143SetInactivityTimeout(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.LocalName); 153SetAcknowledgementInterval(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.LocalName); 182SetInactivityTimeout(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.LocalName); 202SetAcknowledgementInterval(settings, ReadMillisecondsAttribute(currentNode, true), currentNode.LocalName); 247throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(string.Format(SRServiceModel.RequiredAttributeIsMissing, ReliableSessionPolicyStrings.Milliseconds, wsrmNode.LocalName, ReliableSessionPolicyStrings.ReliableSessionName))); 266throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(string.Format(SRServiceModel.RequiredMillisecondsAttributeIncorrect, wsrmNode.LocalName), innerException)); 278throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidChannelBindingException(string.Format(SRServiceModel.MillisecondsNotConvertibleToBindingRange, wsrmNode.LocalName), exception)); 350MetadataStrings.WSPolicy.Elements.Policy, node.LocalName, node.NamespaceURI); 518policyNode.LocalName,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
427if (node is XmlElement && node.LocalName == PolicyName && (node.NamespaceURI == WspNamespace || node.NamespaceURI == Wsp15Namespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy12.cs (4)
94if (node is XmlElement && node.LocalName == WSSecurityPolicy.PolicyName && (node.NamespaceURI == WSSecurityPolicy.WspNamespace || node.NamespaceURI == WSSecurityPolicy.Wsp15Namespace)) 107if (node.LocalName == WSSecurityPolicy.RequireClientCertificateName) 111else if (node.LocalName == WSSecurityPolicy.HttpBasicAuthenticationName) 115else if (node.LocalName == WSSecurityPolicy.HttpDigestAuthenticationName)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
97if (child.LocalName == childLocalName && child.NamespaceURI == childNamespace)