Implemented interface member:
method
TryLookup
System.Xml.IXmlDictionary.TryLookup(System.Int32, out System.Xml.XmlDictionaryString)
4 references to TryLookup
System.Runtime.Serialization (2)
System\Xml\XmlBinaryReaderSession.cs (1)
30if (TryLookup(id, out xmlString))
System\Xml\XmlBufferReader.cs (1)
1235if (!session.TryLookup(sessionKey, out xmlString))
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1483if (!readerSession.TryLookup(ToValueSessionKey, out toString)) 1581return readerSession.TryLookup(BinaryFormatParser.GetSessionKey(key), out result);