10 references to Lax
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
657
else if (_validator.CurrentProcessContents == XmlSchemaContentProcessing.
Lax
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
256
else if (any.ProcessContentsCorrect == XmlSchemaContentProcessing.
Lax
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
47
s_anyTypeLax = CreateAnyType(XmlSchemaContentProcessing.
Lax
);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1172
return (_processContents == XmlSchemaContentProcessing.Strict || _processContents == XmlSchemaContentProcessing.
Lax
) && _context.ElementDecl != null && !_context.ValidationSkipped;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
793
case XmlSchemaContentProcessing.
@Lax
: s = @"lax"; break;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
490
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (2)
94
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
107
any.ProcessContents = XmlSchemaContentProcessing.
Lax
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2801
case Microsoft.Xml.Schema.XmlSchemaContentProcessing.
@Lax
: s = @"lax"; break;
9044
case @"lax": return Microsoft.Xml.Schema.XmlSchemaContentProcessing.
@Lax
;