5 references to CDataSectionElements
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (2)
55
if (settings.
CDataSectionElements
.Count > 0)
62
foreach (XmlQualifiedName name in settings.
CDataSectionElements
)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (3)
76
if (settings.
CDataSectionElements
!= null && settings.
CDataSectionElements
.Count > 0)
83
foreach (XmlQualifiedName name in settings.
CDataSectionElements
)