3 references to GetSchemaContentType
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
659
complexType.SetContentType(
GetSchemaContentType
(complexType, null, complexType.ContentTypeParticle));
822
XmlSchemaContentType contentType =
GetSchemaContentType
(complexType, complexContent, extendedParticle);
862
XmlSchemaContentType derivedContentType =
GetSchemaContentType
(complexType, complexContent, complexType.ContentTypeParticle);