6 references to CreateCDataSection
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
285
XmlNode node = _document.
CreateCDataSection
(text);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCDATASection.cs (1)
75
return OwnerDocument.
CreateCDataSection
(Data);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
931
newNode =
CreateCDataSection
(node.Value);
1071
return
CreateCDataSection
(string.Empty);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
207
node = _doc.
CreateCDataSection
(r.Value);
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
300
currentNode = _dummyDocument.
CreateCDataSection
(_reader.Value);