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