7 references to Value
System.Data.Common (7)
System\Xml\XmlBoundElement.cs (1)
408w.WriteString(dp.Value);
System\Xml\XmlDataDocument.cs (6)
1090XmlNodeType.Text => CreateTextNode(dp.Value), 1091XmlNodeType.CDATA => CreateCDataSection(dp.Value), 1092XmlNodeType.ProcessingInstruction => CreateProcessingInstruction(dp.Name, dp.Value!), 1093XmlNodeType.Comment => CreateComment(dp.Value), 1094XmlNodeType.Whitespace => CreateWhitespace(dp.Value), 1095XmlNodeType.SignificantWhitespace => CreateSignificantWhitespace(dp.Value),