4 implementations of TryLookup
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryReaderSession.cs (1)
56
public bool
TryLookup
(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
System\Xml\XmlDictionary.cs (2)
68
public virtual bool
TryLookup
(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
100
public bool
TryLookup
(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
System\Xml\XmlDictionaryString.cs (1)
116
public bool
TryLookup
(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
2 references to TryLookup
System.Private.DataContractSerialization (2)
System\Xml\XmlBufferReader.cs (2)
1049
if (!keyDictionary.
TryLookup
(key >> 1, out s))
1075
if (!_dictionary.
TryLookup
(staticKey, out _))