1 override of GetElementsByTagName
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
386public override XmlNodeList GetElementsByTagName(string name)
3 references to GetElementsByTagName
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
391XmlNodeList tempNodeList = base.GetElementsByTagName(name);
vstest.console (1)
Processors\CollectArgumentProcessor.cs (1)
182var existingConfigurations = configuration.GetElementsByTagName(configurationName);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
182var existingConfigurations = configuration.GetElementsByTagName(configurationName);