4 overrides of Item
System.Private.Xml (3)
System\Xml\Dom\XmlChildNodes.cs (1)
17
public override XmlNode?
Item
(int i)
System\Xml\Dom\XmlElementList.cs (1)
218
public override XmlNode?
Item
(int index)
System\Xml\Dom\XPathNodeList.cs (1)
66
public override XmlNode?
Item
(int index)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
18
public override XmlNode
Item
(int index)
7 references to Item
Microsoft.ML.NugetPackageVersionUpdater (2)
Program.cs (2)
66
var packageName = packageReferenceNodes.
Item
(i).Attributes.GetNamedItem("Include").InnerText;
71
packageReferenceNodes.
Item
(i).Attributes.GetNamedItem("Version").InnerText = latestVersion;
System.Private.Xml (1)
System\Xml\Dom\XmlNodeList.cs (1)
23
public virtual XmlNode? this[int i] { get { return
Item
(i); } }
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
295
_CRL = Convert.FromBase64String(Utils.DiscardWhiteSpaces(x509CRLNodes.
Item
(0)!.InnerText));
System\Security\Cryptography\Xml\SignedInfo.cs (2)
227
XmlElement canonicalizationMethodElement = (canonicalizationMethodNodes.
Item
(0) as XmlElement)!;
240
XmlElement signatureMethodElement = (signatureMethodNodes.
Item
(0) as XmlElement)!;
System\Security\Cryptography\Xml\TransformChain.cs (1)
186
XmlElement transformElement = (XmlElement)transformNodes.
Item
(i)!;