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