1 override of TryGetValueAsDictionaryString
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
1787public override bool TryGetValueAsDictionaryString([NotNullWhen(true)] out XmlDictionaryString? value)
2 references to TryGetValueAsDictionaryString
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1175if (reader.TryGetValueAsDictionaryString(out value))
System\Xml\XmlDictionaryWriter.cs (1)
361if (reader.TryGetValueAsDictionaryString(out value))