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