8 implementations of TryLookup
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (1)
110public bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (2)
88public virtual bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result) 115public bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
130public bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (1)
76public bool TryLookup(XmlDictionaryString key, out XmlDictionaryString value)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
157public bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
572public bool TryLookup(XmlDictionaryString value, out XmlDictionaryString result)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (1)
92public bool TryLookup(XmlDictionaryString key, out XmlDictionaryString value)
1 reference to TryLookup
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
352if (_dictionary != null && _dictionary.TryLookup(s, out t))