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