Base:
property
LocalName
Microsoft.Xml.XmlNode.LocalName
89 references to LocalName
dotnet-svcutil-lib (89)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
379_validator.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, _schemaInfo, xsiType, xsiNil, null, null); 394elementNode.XmlName = _document.AddXmlName(elementNode.Prefix, elementNode.LocalName, elementNode.NamespaceURI, _schemaInfo); 619currentElement.XmlName = _document.AddXmlName(currentElement.Prefix, currentElement.LocalName, currentElement.NamespaceURI, _schemaInfo); 735_validator.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, newSchemaInfo, xsiType, xsiNil, null, null);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
633XmlQualifiedName qname = new XmlQualifiedName(elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (4)
59XmlElement element = doc.CreateElement(Prefix, LocalName, NamespaceURI); 102set { _name = _name.OwnerDocument.AddXmlName(value, LocalName, NamespaceURI, SchemaInfo); } 504w.WriteStartElement(Prefix, LocalName, NamespaceURI); 626internal override string XPLocalName { get { return LocalName; } }
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
143element.XmlName = _doc.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo); 161element.XmlName = _doc.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (9)
1253if (typeElement != null && typeElement.NamespaceURI == surrogateDataAnnotationName.Namespace && typeElement.LocalName == surrogateDataAnnotationName.Name) 1282if (typeElement.LocalName == Globals.GenericTypeLocalName) 1310if (argumentElement.LocalName != Globals.GenericParameterLocalName || 1312throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationHasInvalidElement, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name))); 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))); 1321throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationForNestedLevelMustBeIncreasing, argumentElement.LocalName, argumentElement.NamespaceURI, type.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)); 1444if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (1)
163if (element.LocalName != name || element.NamespaceURI != ns)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (2)
50if (assertion.LocalName == HttpUseCookieName 91if (assertion.LocalName == IncludeContextName
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
508switch (assertion.LocalName) 548string transferMode = assertion.LocalName;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (2)
221if (assertion.LocalName == MessageEncodingPolicyConstants.BinaryEncodingName) 229if (assertion.LocalName == MessageEncodingPolicyConstants.MtomEncodingName)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (4)
400node.LocalName, 473element.LocalName, 500element.LocalName, 520node.LocalName)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (3)
58&& element.LocalName == TransactionPolicyStrings.OleTxTransactionsLocal) 74&& element.LocalName == TransactionPolicyStrings.WsatTransactionsLocal) 90&& element.LocalName == TransactionPolicyStrings.WsatTransactionsLocal)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
206if (assertion.LocalName.Equals(UdpConstants.RetransmissionEnabled, StringComparison.Ordinal))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSection.cs (2)
96string.Format(SRServiceModel.SFxBadMetadataMustBePolicy, MetadataStrings.WSPolicy.NamespaceUri, MetadataStrings.WSPolicy.Elements.Policy, policy.NamespaceURI, policy.LocalName)); 142&& policy.LocalName == MetadataStrings.WSPolicy.Elements.Policy;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyAssertionCollection.cs (3)
46if (item.LocalName == localName && item.NamespaceURI == namespaceUri) 72if (item.LocalName == localName && item.NamespaceURI == namespaceUri) 106if (item.LocalName == localName && item.NamespaceURI == namespaceUri)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyConversionContext.cs (1)
46if ((assertion.LocalName == localName) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (4)
251else if (currentElement.LocalName == MetadataStrings.WSPolicy.Elements.Policy) 253else if (currentElement.LocalName == MetadataStrings.WSPolicy.Elements.All) 255else if (currentElement.LocalName == MetadataStrings.WSPolicy.Elements.ExactlyOne) 257else if (currentElement.LocalName == MetadataStrings.WSPolicy.Elements.PolicyReference)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
635return (element != null && element.LocalName == "fault" && (element.NamespaceURI == WsdlNS.Soap12Binding.Namespace || element.NamespaceURI == WsdlNS.SoapBinding.Namespace));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
812return new XmlQualifiedName(element.LocalName, element.NamespaceURI); 1159if (element.LocalName == MetadataStrings.Addressing10.MetadataPolicy.NonAnonymousResponses) 1163else if (element.LocalName == MetadataStrings.Addressing10.MetadataPolicy.AnonymousResponses)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
182headers.Add(new XmlElementMessageHeader(this, messageVersion, xmlElement.LocalName, xmlElement.NamespaceURI, mustUnderstand, actor, relay, xmlElement));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
94MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.Get(element.LocalName, element.NamespaceURI); 96message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 108message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 119message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (1)
118writer.WriteLine(" Token Element: ({0}, {1})", _tokenXml.LocalName, _tokenXml.NamespaceURI);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
261if (claimRequirement.LocalName == "ClaimType" && claimRequirement.NamespaceURI == wsidNamespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
93return (element.LocalName == DXD.SecureConversationDec2005Dictionary.Instance.Value &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
85return (element.LocalName == DXD.SecureConversationDec2005Dictionary.Instance.Value &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (5)
135return assertion.NamespaceURI == this.WsspNamespaceUri && assertion.LocalName == name; 140return assertion.NamespaceURI == MsspNamespace && assertion.LocalName == name; 149if (e.LocalName == name && e.NamespaceURI == this.WsspNamespaceUri) 169if (e.LocalName == name && e.NamespaceURI == this.WsspNamespaceUri) 229if (e.LocalName == name && e.NamespaceURI == MsspNamespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
440throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.ValueType, null)))); 489throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.RequiredAttributeMissing, idAttributeLocalName, issuedTokenXml.LocalName))); 503return element.LocalName == LocalName.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == this.ValueTypeUri;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (14)
101return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri; 263if (elem.LocalName == DriverDictionary.AppliesTo.Value && elem.NamespaceURI == Namespaces.WSPolicy) 354if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 357if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.Namespace.Value) 396if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 432if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 456if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 464else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 673if (element.LocalName == this.DriverDictionary.KeySize.Value 732return element.LocalName == this.DriverDictionary.KeyType.Value 751return element.LocalName == this.DriverDictionary.KeyType.Value 770if (element.LocalName == this.DriverDictionary.TokenType.Value 914if (element.LocalName == this.DriverDictionary.Claims.Value 953if (element.LocalName != name || element.NamespaceURI != ns)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
88if (element.LocalName == this.DriverDictionary.KeyType.Value 154return ((element.LocalName == DXD.TrustDec2005Dictionary.SecondaryParameters.Value) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (3)
135if (child.LocalName == this.DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 154if (child.LocalName == this.DriverDictionary.RenewTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 156else if (child.LocalName == this.DriverDictionary.CloseTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
524if (element.LocalName == Soap.Element.Claim && element.NamespaceURI == Soap.ConformanceClaim) 1679if (element != null && element.LocalName == name && element.NamespaceURI == ns) 1698if (element != null && element.LocalName == name && element.NamespaceURI == ns)
Metadata\MetadataDocumentSaver.cs (1)
349if (policyElement.NamespaceURI == MetadataConstants.WSPolicy.NamespaceUri && policyElement.LocalName == MetadataConstants.WSPolicy.Elements.Policy)