3 references to GetSchemaContentType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
827
complexType.SetContentType(
GetSchemaContentType
(complexType, null, complexType.ContentTypeParticle));
1037
XmlSchemaContentType contentType =
GetSchemaContentType
(complexType, complexContent, extendedParticle);
1085
XmlSchemaContentType derivedContentType =
GetSchemaContentType
(complexType, complexContent, complexType.ContentTypeParticle);