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)
32
if (
TryLookup
(id, out xmlString))
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1208
if (!_session.
TryLookup
(sessionKey, out xmlString))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
1366
if (!_readerSession.
TryLookup
(ToValueSessionKey, out toString))
1464
return _readerSession.
TryLookup
(BinaryFormatParser.GetSessionKey(key), out result);