1 write to _cdataSections
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
316
clonedSettings.
_cdataSections
= new List<XmlQualifiedName>(_cdataSections);
5 references to _cdataSections
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (5)
316
clonedSettings._cdataSections = new List<XmlQualifiedName>(
_cdataSections
);
330
Debug.Assert(
_cdataSections
!= null);
331
return
_cdataSections
;
450
return
_cdataSections
.Count != 0 || _docTypePublic != null ||
702
_cdataSections
.Clear();