23 references to @Lax
System.Data (4)
fx\src\data\System\Data\DataSet.cs (2)
3303
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
3309
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
fx\src\data\System\Data\DataTable.cs (2)
5923
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
5929
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
321
complexType.AnyAttribute.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
731
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
744
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\SchemaUtility.cs (8)
256
anyAttribue.ProcessContents = XmlSchemaContentProcessing.
Lax
;
299
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
309
anyAttribue.ProcessContents = XmlSchemaContentProcessing.
Lax
;
354
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
369
anyAttribue.ProcessContents = XmlSchemaContentProcessing.
Lax
;
400
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
412
anyAttribue.ProcessContents = XmlSchemaContentProcessing.
Lax
;
496
anyAttribute.ProcessContents = XmlSchemaContentProcessing.
Lax
;
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2197
case global::System.Xml.Schema.XmlSchemaContentProcessing.
@Lax
: s = @"lax"; break;
7273
case @"lax": return global::System.Xml.Schema.XmlSchemaContentProcessing.
@Lax
;
System.Xml (6)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
567
else if (validator.CurrentProcessContents == XmlSchemaContentProcessing.
Lax
) {
System\Xml\Schema\SchemaInfo.cs (1)
215
else if (any.ProcessContentsCorrect == XmlSchemaContentProcessing.
Lax
) {
System\Xml\Schema\XmlSchemaComplexType.cs (1)
44
anyTypeLax = CreateAnyType(XmlSchemaContentProcessing.
Lax
);
System\Xml\Schema\XmlSchemaValidator.cs (1)
986
return (processContents == XmlSchemaContentProcessing.Strict || processContents == XmlSchemaContentProcessing.
Lax
) && context.ElementDecl != null && !context.ValidationSkipped;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
657
case XmlSchemaContentProcessing.
@Lax
:s = @"lax"; break;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
425
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;