6 writes to conformanceLevel
System.Xml (6)
System\Xml\Core\XmlWellFormedWriter.cs (4)
266
conformanceLevel
= settings.ConformanceLevel;
371
conformanceLevel
= ConformanceLevel.Document;
1360
conformanceLevel
= ConformanceLevel.Document;
1384
conformanceLevel
= ConformanceLevel.Fragment;
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
68
conformanceLevel
= ConformanceLevel.Document;
1003
conformanceLevel
= ConformanceLevel.Document;
18 references to conformanceLevel
System.Xml (18)
System\Xml\Core\XmlWellFormedWriter.cs (11)
267
stateTable = (
conformanceLevel
== ConformanceLevel.Document) ? StateTableDocument : StateTableAuto;
313
settings.ConformanceLevel =
conformanceLevel
;
360
if (
conformanceLevel
== ConformanceLevel.Fragment) {
370
if (
conformanceLevel
== ConformanceLevel.Auto) {
444
rawWriter.OnRootElement(
conformanceLevel
);
501
if (
conformanceLevel
== ConformanceLevel.Document) {
542
if (
conformanceLevel
== ConformanceLevel.Document) {
805
throw new ArgumentException(Res.GetString(
conformanceLevel
== ConformanceLevel.Document ? Res.Xml_DupXmlDecl : Res.Xml_CannotWriteXmlDecl));
1359
if (
conformanceLevel
== ConformanceLevel.Auto) {
1363
else if (
conformanceLevel
== ConformanceLevel.Fragment) {
1824
if (
conformanceLevel
== ConformanceLevel.Document) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (7)
57
if (
conformanceLevel
== ConformanceLevel.Fragment) {
67
if (
conformanceLevel
== ConformanceLevel.Auto) {
196
rawWriter.OnRootElement(
conformanceLevel
);
309
if (
conformanceLevel
== ConformanceLevel.Document) {
656
throw new ArgumentException(Res.GetString(
conformanceLevel
== ConformanceLevel.Document ? Res.Xml_DupXmlDecl : Res.Xml_CannotWriteXmlDecl));
1002
if (
conformanceLevel
== ConformanceLevel.Auto) {
1006
else if (
conformanceLevel
== ConformanceLevel.Fragment) {