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)
30
if (
TryLookup
(id, out xmlString))
System\Xml\XmlBufferReader.cs (1)
1235
if (!session.
TryLookup
(sessionKey, out xmlString))
System.ServiceModel (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1483
if (!readerSession.
TryLookup
(ToValueSessionKey, out toString))
1581
return readerSession.
TryLookup
(BinaryFormatParser.GetSessionKey(key), out result);