3 references to ElementName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
84if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (2)
72reader.ReadStartElement(ElementName, NamespaceUri); 105writer.WriteStartElement(NamespacePrefix, ElementName, NamespaceUri);