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