Implemented interface member:
method
TryLookup
Microsoft.Xml.IXmlDictionary.TryLookup(System.Int32, out Microsoft.Xml.XmlDictionaryString)
4 references to TryLookup
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (1)
32if (TryLookup(id, out xmlString))
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1208if (!_session.TryLookup(sessionKey, out xmlString))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1366if (!_readerSession.TryLookup(ToValueSessionKey, out toString)) 1464return _readerSession.TryLookup(BinaryFormatParser.GetSessionKey(key), out result);