1 write to s_anyTypeLax
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
47s_anyTypeLax = CreateAnyType(XmlSchemaContentProcessing.Lax);
3 references to s_anyTypeLax
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (3)
54s_untypedAnyType.SetContentTypeParticle(s_anyTypeLax.ContentTypeParticle); 112get { return s_anyTypeLax; } 131return s_anyTypeLax.ElementDecl.ContentValidator;