1 write to s_untypedAnyType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
51s_untypedAnyType = new XmlSchemaComplexType();
9 references to s_untypedAnyType
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (9)
52s_untypedAnyType.SetQualifiedName(new XmlQualifiedName("untypedAny", XmlReservedNs.NsXQueryDataType)); 53s_untypedAnyType.IsMixed = true; 54s_untypedAnyType.SetContentTypeParticle(s_anyTypeLax.ContentTypeParticle); 55s_untypedAnyType.SetContentType(XmlSchemaContentType.Mixed); 57s_untypedAnyType.ElementDecl = SchemaElementDecl.CreateAnyTypeElementDecl(); 58s_untypedAnyType.ElementDecl.SchemaType = s_untypedAnyType; 59s_untypedAnyType.ElementDecl.ContentValidator = AnyTypeContentValidator; 118get { return s_untypedAnyType; }