3 references to GetSchemaContentType
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
840
complexType.SetContentType(
GetSchemaContentType
(complexType, null, complexType.ContentTypeParticle));
1054
XmlSchemaContentType contentType =
GetSchemaContentType
(complexType, complexContent, extendedParticle);
1104
XmlSchemaContentType derivedContentType =
GetSchemaContentType
(complexType, complexContent, complexType.ContentTypeParticle);