Base:
property
Name
Microsoft.Xml.XmlNode.Name
8 references to Name
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (3)
49
&& name == node.
Name
)
90
&& tmp.
Name
== node.
Name
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
24
return String.Compare(a1.
Name
, a2.
Name
, StringComparison.Ordinal);
209
WriteAttribute(a.
Name
, a.NamespaceURI, a.Value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
950
WriteAttribute(attr.
Name
, attr.NamespaceURI, attr.Value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
394
dest.SetAttribute(attribute.
Name
, attribute.Value);