7 references to Value
System.Data.Common (7)
System\Xml\XmlBoundElement.cs (1)
376w.WriteString(dp.Value);
System\Xml\XmlDataDocument.cs (6)
1064XmlNodeType.Text => CreateTextNode(dp.Value), 1065XmlNodeType.CDATA => CreateCDataSection(dp.Value), 1066XmlNodeType.ProcessingInstruction => CreateProcessingInstruction(dp.Name, dp.Value!), 1067XmlNodeType.Comment => CreateComment(dp.Value), 1068XmlNodeType.Whitespace => CreateWhitespace(dp.Value), 1069XmlNodeType.SignificantWhitespace => CreateSignificantWhitespace(dp.Value),