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