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