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