2 references to XmlCDataSection
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
564
return new
XmlCDataSection
(data, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
537
node = new
XmlCDataSection
(_reader.Value, _doc);