9 overrides of ElementName
Microsoft.Build (3)
ToolsetElement.cs (3)
199
protected override string
ElementName
378
protected override string
ElementName
553
protected override string
ElementName
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
199
protected override string
ElementName
378
protected override string
ElementName
553
protected override string
ElementName
System.Configuration.ConfigurationManager (3)
System\Configuration\SettingElementCollection.cs (1)
16
protected override string
ElementName
System\Diagnostics\ListenerElementsCollection.cs (1)
76
protected override string
ElementName
=> "add";
System\Diagnostics\SourceElementsCollection.cs (1)
18
protected override string
ElementName
=> "source";
11 references to ElementName
System.Configuration.ConfigurationManager (11)
System\Configuration\ConfigurationElementCollection.cs (11)
110
if (!string.IsNullOrEmpty(
ElementName
)) return "'" +
ElementName
+ "'";
627
if (BaseConfigurationRecord.IsReservedAttributeName(
ElementName
))
628
throw new ArgumentException(SR.Format(SR.Basicmap_item_name_reserved,
ElementName
));
629
CheckLockedElement(
ElementName
, null);
1060
if (!string.IsNullOrEmpty(
ElementName
))
1062
if (BaseConfigurationRecord.IsReservedAttributeName(
ElementName
))
1065
ElementName
));
1068
dataToWrite |= entry.Value.SerializeToXmlElement(writer,
ElementName
);
1138
if (elementName ==
ElementName
)
1222
return (elementName ==
ElementName
) || IsElementName(elementName);