1 write to Name
Microsoft.Extensions.Configuration.Xml (1)
XmlConfigurationElement.cs (1)
39Name = name;
6 references to Name
Microsoft.Extensions.Configuration.Xml (6)
XmlConfigurationElement.cs (2)
40SiblingName = string.IsNullOrEmpty(Name) ? ElementName : ElementName + ":" + Name;
XmlStreamConfigurationProvider.cs (4)
267if (!string.IsNullOrEmpty(root.Name)) 269rootPrefix.Push(root.Name); 359var hasName = !string.IsNullOrEmpty(child.Name); 362prefix.Push(child.Name!);