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