Base:
property
LocalName
System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry.LocalName
3 references to LocalName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (3)
101
return element.LocalName ==
LocalName
.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri;
106
return (reader.IsStartElement(this.
LocalName
, this.NamespaceUri) || reader.IsStartElement(this.
LocalName
, _otherDictionary.Namespace)) &&