1 override of TryGetValueAsDictionaryString
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
1912
public override bool
TryGetValueAsDictionaryString
(out XmlDictionaryString value)
2 references to TryGetValueAsDictionaryString
System.Runtime.Serialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1149
if (reader.
TryGetValueAsDictionaryString
(out value))
System\Xml\XmlDictionaryWriter.cs (1)
865
if (reader.
TryGetValueAsDictionaryString
(out value))