Base:
method
Get
System.Xml.XmlNameTable.Get(System.Char[], System.Int32, System.Int32)
2 overrides of Get
Microsoft.Build (1)
ElementLocation\XmlNameTableThreadSafe.cs (1)
63
public override string
Get
(char[] key, int start, int len)
System.IO.Packaging (1)
System\IO\Packaging\PackageXmlStringTable.cs (1)
171
public override string?
Get
(char[] array, int offset, int length)
4 references to Get
Microsoft.Build (1)
ElementLocation\XmlNameTableThreadSafe.cs (1)
67
return base.
Get
(key, start, len);
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);