1 override of TryGetValueAsDictionaryString
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1753
public override bool
TryGetValueAsDictionaryString
(out XmlDictionaryString value)
2 references to TryGetValueAsDictionaryString
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1144
if (reader.
TryGetValueAsDictionaryString
(out value))
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
327
if (reader.
TryGetValueAsDictionaryString
(out value))