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