12 references to Lax
System.Data.Common (4)
System\Data\DataSet.cs (2)
3498
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
3504
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System\Data\DataTable.cs (2)
6695
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
6701
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
729
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
742
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.Private.Xml (6)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
630
else if (_validator.CurrentProcessContents == XmlSchemaContentProcessing.
Lax
)
System\Xml\Schema\SchemaInfo.cs (1)
208
else if (any.ProcessContentsCorrect == XmlSchemaContentProcessing.
Lax
)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
12
private static readonly XmlSchemaComplexType s_anyTypeLax = CreateAnyType(XmlSchemaContentProcessing.
Lax
);
System\Xml\Schema\XmlSchemaValidator.cs (1)
1142
return (_processContents == XmlSchemaContentProcessing.Strict || _processContents == XmlSchemaContentProcessing.
Lax
) && _context.ElementDecl != null && !_context.ValidationSkipped;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
792
case XmlSchemaContentProcessing.
@Lax
: s = @"lax"; break;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
451
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;