Base:
property
Name
System.Xml.XmlNode.Name
32 references to Name
System.Configuration (1)
System\Configuration\RuntimeConfigurationRecord.cs (1)
203
if (ConfigurationElement.IsLockAttributeName(attribute.
Name
)) {
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
744
return Configuration(Res.GetString(Res.ConfigUnrecognizedAttributes, node.Attributes[0].
Name
), node);
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
106
if (a.
Name
.Equals("Name", StringComparison.Ordinal) && a.Value.Equals("MetadataArtifactProcessing", StringComparison.OrdinalIgnoreCase))
110
if (a2.
Name
.Equals("Value", StringComparison.Ordinal))
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
396
dest.SetAttribute(attribute.
Name
, attribute.Value);
System.Web (5)
Configuration\HandlerBase.cs (1)
172
SR.GetString(SR.Config_base_unrecognized_attribute, node.Attributes[0].
Name
),
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
85
list.Add(new XmlDataSourcePropertyDescriptor(attrs[i].
Name
));
UI\WebControls\XmlHierarchyData.cs (1)
178
list.Add(new XmlHierarchyDataPropertyDescriptor(attrs[i].
Name
));
XmlSiteMapProvider.cs (2)
800
HandleResourceAttribute(xmlNode, ref resourceKeyCollection, attribute.
Name
, ref value, allowImplicitResourceAttribute);
801
attributeCollection[attribute.
Name
] = value;
System.Web.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
2009
if(attr.
Name
== "_Template_")
2015
if(IsSerializableContent(attr.
Name
, objectToDeserialize))
2017
SetXmlValue(objectToDeserialize, attr.
Name
, attr.Value);
System.Web.Extensions (2)
Compilation\WCFModel\SchemaMerger.cs (2)
765
return String.Compare(x.
Name
, y.
Name
, StringComparison.Ordinal);
System.Web.Mobile (1)
Mobile\ConfigurationSectionHelper.cs (1)
137
_currentNode.Attributes[0].
Name
);
System.Web.Services (4)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
288
TraceEvent(TraceEventType.Warning, Res.GetString(format, e.Attr.
Name
, e.Attr.Value, e.ExpectedAttributes));
System\Web\Services\Protocols\RuntimeUtils.cs (3)
37
throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute, e.Attr.
Name
, e.Attr.Value));
39
throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute2, e.Attr.
Name
, e.Attr.Value));
41
throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute3, e.Attr.
Name
, e.Attr.Value, e.ExpectedAttributes));
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
951
assemblyIdentityNode.SetAttribute(attribute.
Name
, attribute.Value);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1687
assemblyIdentityNode.SetAttribute(attribute.
Name
, attribute.Value);
System.Windows.Forms.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
2009
if(attr.
Name
== "_Template_")
2015
if(IsSerializableContent(attr.
Name
, objectToDeserialize))
2017
SetXmlValue(objectToDeserialize, attr.
Name
, attr.Value);
System.Xml (7)
System\Xml\Dom\XmlAttributeCollection.cs (3)
42
&& name == node.
Name
)
79
&& tmp.
Name
== node.
Name
System\Xml\Serialization\SchemaObjectWriter.cs (3)
25
return String.Compare(a1.
Name
, a2.
Name
, StringComparison.Ordinal);
174
WriteAttribute(a.
Name
, a.NamespaceURI, a.Value);
System\Xml\Serialization\XmlSerializationWriter.cs (1)
826
WriteAttribute(attr.
Name
, attr.NamespaceURI, attr.Value);