2 overrides of Get
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
3131
public override string?
Get
(string value)
System.Private.Xml (1)
System\Xml\NameTable.cs (1)
115
public override string?
Get
(string value)
70 references to Get
ReachFramework (1)
Packaging\XpsDocument.cs (1)
826
if (xmlReader.NameTable.
Get
(XpsS0Markup.VersionExtensiblityNamespace) != null)
System.Data.Common (15)
System\Data\XmlToDatasetMap.cs (15)
154
string? tableLocalName = nameTable.
Get
(table.EncodedTableName);
155
string? tableNamespace = nameTable.
Get
(table.Namespace);
180
nameTable.
Get
(_tableLocalName) ?? // Look it up in nametable
185
string? tableNamespace = nameTable.
Get
(table.Namespace); // Look ip table namespace
209
string? columnLocalName = nameTable.
Get
(col.EncodedColumnName);
210
string? columnNamespace = nameTable.
Get
(col.Namespace);
232
nameTable.
Get
(_columnLocalName) ?? // Look it up in a name table
237
string? columnNamespace = nameTable.
Get
(col.Namespace); // Get column namespace from nametable
295
nameTable.
Get
(dataSet.Namespace) ?? // Attempt to look up DataSet namespace in the name table
328
nameTable.
Get
(_tableLocalName) ??
332
nameTable.
Get
(r.ChildTable.Namespace) ??
401
nameTable.
Get
(_tableLocalName) ??
405
nameTable.
Get
(r.ChildTable.Namespace) ??
520
if (nameTable.
Get
(tempColumnName) == null)
524
string? columnNamespace = nameTable.
Get
(col.Namespace);
System.Private.Xml (54)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
1858
string? atomizedNamespaceName = _xnt.
Get
(namespaceName);
3199
if ((object)decl.prefix != (object?)this._xnt.
Get
(decl.prefix))
3201
if ((object)decl.uri != (object?)this._xnt.
Get
(decl.uri))
System\Xml\Cache\XPathDocumentIterator.cs (2)
67
_localName = parent.NameTable.
Get
(name);
180
_localName = root.NameTable.
Get
(name);
System\Xml\Cache\XPathDocumentNavigator.cs (5)
299
_atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
551
_atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
563
_atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
613
_atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
1002
_atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
System\Xml\Cache\XPathNode.cs (2)
211
Debug.Assert(localName == null || (object?)Document.NameTable.
Get
(localName) == (object)localName, "localName must be atomized.");
223
Debug.Assert(localName == null || (object?)Document.NameTable.
Get
(localName) == (object)localName, "localName must be atomized.");
System\Xml\Core\XmlTextReaderImpl.cs (5)
1050
namespaceURI = (namespaceURI == null) ? string.Empty : _nameTable.
Get
(namespaceURI);
1051
string? localNameAtomized = _nameTable.
Get
(localName);
1105
string? namespaceURIAtomized = (namespaceURI == null) ? string.Empty : _nameTable.
Get
(namespaceURI);
1106
string? localNameAtomized = _nameTable.
Get
(localName);
8817
string? atomizedName = _nameTable.
Get
(name);
System\Xml\Core\XsdCachingReader.cs (6)
264
namespaceURI = (namespaceURI == null) ? string.Empty : _coreReaderNameTable.
Get
(namespaceURI);
265
string? atomizedName = _coreReaderNameTable.
Get
(name);
334
ns = (ns == null) ? string.Empty : _coreReaderNameTable.
Get
(ns);
335
string? atomizedName = _coreReaderNameTable.
Get
(name);
712
string? atomizedName = _coreReaderNameTable.
Get
(name);
732
string? atomizedName = _coreReaderNameTable.
Get
(name);
System\Xml\Core\XsdValidatingReader.cs (8)
1144
string? atomizedNamespaceURI = (namespaceURI == null) ? string.Empty : _coreReaderNameTable.
Get
(namespaceURI);
1145
string? atomizedName = _coreReaderNameTable.
Get
(name);
1220
string? atomizedName = _coreReaderNameTable.
Get
(name);
1221
ns = ns != null ? _coreReaderNameTable.
Get
(ns) : string.Empty;
2236
Debug.Assert(_coreReaderNameTable.
Get
(localName) != null);
2237
Debug.Assert(_coreReaderNameTable.
Get
(ns) != null);
2281
Debug.Assert(_coreReaderNameTable.
Get
(attrLocalName) != null);
2282
Debug.Assert(_coreReaderNameTable.
Get
(ns) != null);
System\Xml\Dom\DocumentSchemaValidator.cs (4)
338
Debug.Assert(_nameTable.
Get
(attr.NamespaceURI) != null);
339
Debug.Assert(_nameTable.
Get
(attr.LocalName) != null);
687
Debug.Assert(_nameTable.
Get
(attr.NamespaceURI) != null);
688
Debug.Assert(_nameTable.
Get
(attr.LocalName) != null);
System\Xml\Dom\DocumentXPathNavigator.cs (5)
1452
string? nsAtom = _document.NameTable.
Get
(namespaceURI);
1458
string? localNameAtom = _document.NameTable.
Get
(localName);
2312
Debug.Assert(Ref.Equal(nav.NameTable.
Get
(nsAtom), nsAtom));
2370
Debug.Assert(Ref.Equal(nav.NameTable.
Get
(localNameAtom), localNameAtom));
2371
Debug.Assert(Ref.Equal(nav.NameTable.
Get
(nsAtom), nsAtom));
System\Xml\Dom\XmlElementList.cs (2)
87
_localName = nt.
Get
(localName);
88
_namespaceURI = nt.
Get
(namespaceURI);
System\Xml\Dom\XmlName.cs (1)
109
Debug.Assert(Ref.Equal(_name, ownerDoc.NameTable.
Get
(_name)));
System\Xml\Dom\XmlNode.cs (1)
1084
pref = doc.NameTable.
Get
(pref);
System\Xml\XPath\XPathDocument.cs (2)
178
Debug.Assert((object?)_nameTable.
Get
(string.Empty) == (object)string.Empty, "NameTable must contain atomized string.Empty");
179
xmlnsUri = _nameTable.
Get
(XmlReservedNs.NsXmlNs);
System\Xml\XPath\XPathNavigator.cs (1)
1631
string? atomizedLocalName = (localName != null) ? NameTable.
Get
(localName) : null;
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (2)
90
Debug.Assert(localName != null && (object?)_nameTable.
Get
(localName) == (object)localName);
91
Debug.Assert(namespaceName != null && (object?)_nameTable.
Get
(namespaceName) == (object)namespaceName);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
106
string? name = nameTableDefault.
Get
(names[i]);
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1099
Debug.Assert(Ref.Equal(_atoms.NameTable.
Get
(nsUri), nsUri), "Namespaces must be atomized");
System\Xml\Xsl\XsltOld\OutKeywords.cs (1)
116
Debug.Assert((object)keyword == (object?)_NameTable.
Get
(keyword));
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (1)
184
} while (_nameTable.
Get
(prefix) != null);
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
525
string? atomizedPrefix = _nameTable.
Get
(prefix);