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