Base:
method
Get
System.Xml.XmlNameTable.Get(System.Char[], System.Int32, System.Int32)
1 override of Get
System.IO.Packaging (1)
System\IO\Packaging\PackageXmlStringTable.cs (1)
171
public override string?
Get
(char[] array, int offset, int length)
3 references to Get
System.IO.Packaging (1)
System\IO\Packaging\PackageXmlStringTable.cs (1)
175
return base.
Get
(array, offset, length);
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
3128
return _nameTable.
Get
(chars, offset, count);
3145
string? s = _nameTable.
Get
(chars, offset, count);