1 override of TryAdd
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
897
public override bool
TryAdd
(XmlDictionaryString s, out int key)
2 references to TryAdd
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
364
if (!_session.
TryAdd
(s, out sessionKey))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
915
if (base.
TryAdd
(s, out key))