2 references to CreateAnyType
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
12
private static readonly XmlSchemaComplexType s_anyTypeLax =
CreateAnyType
(XmlSchemaContentProcessing.Lax);
13
private static readonly XmlSchemaComplexType s_anyTypeSkip =
CreateAnyType
(XmlSchemaContentProcessing.Skip);