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