2 instantiations of 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);
1 reference to XmlCDataSection
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
561
public virtual
XmlCDataSection
CreateCDataSection(String data)