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