Implemented interface member:
method
TryLookup
System.Xml.IXmlDictionary.TryLookup(System.Int32, out System.Xml.XmlDictionaryString)
2 references to TryLookup
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryReaderSession.cs (1)
29if (TryLookup(id, out _))
System\Xml\XmlBufferReader.cs (1)
1063if (!_session.TryLookup(sessionKey, out _))